We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ab1d5 commit aa529b7Copy full SHA for aa529b7
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