We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd71199 commit f533488Copy full SHA for f533488
test/async-hooks/test-fseventwrap.js
@@ -11,7 +11,7 @@ if (!common.isMainThread)
11
common.skip('Worker bootstrapping works differently -> different async IDs');
12
13
if (common.isIBMi)
14
- common.skip('IBMi does not suppport fs.watch()');
+ common.skip('IBMi does not support fs.watch()');
15
16
const hooks = initHooks();
17
0 commit comments