| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f5eea17 commit 95ca351
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,11 @@ | |||
| 21 | 21 | ||
| 22 | 22 | 'use strict'; | |
| 23 | 23 | const common = require('../common'); | |
| 24 | + | ||
| 25 | + if (common.isIBMi) { | ||
| 26 | + common.skip('IBMi does not support fs.watch()'); | ||
| 27 | + } | ||
| 28 | + | ||
| 24 | 29 | const path = require('path'); | |
| 25 | 30 | const fs = require('fs'); | |
| 26 | 31 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments