We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341812b commit 7d67273Copy full SHA for 7d67273
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