| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 685ed2c commit f5e8f12
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,7 @@ if (common.canCreateSymLink()) { | |||
| 44 | 44 | fs.appendFile(fileName, 'ABCD', options, common.mustCall(errHandler)); | |
| 45 | 45 | } | |
| 46 | 46 | ||
| 47 | - if (!common.isIBMi) { // IBMi does not suppport fs.watch() | ||
| 47 | + if (!common.isIBMi) { // IBMi does not support fs.watch() | ||
| 48 | 48 | const watch = fs.watch(__filename, options, common.mustNotCall()); | |
| 49 | 49 | watch.close(); | |
| 50 | 50 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments