| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fda8ee8 commit 29f010f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ function skipIfSingleExecutableIsNotSupported() { | |||
| 27 | 27 | if (!['darwin', 'win32', 'linux'].includes(process.platform)) | |
| 28 | 28 | common.skip(`Unsupported platform ${process.platform}.`); | |
| 29 | 29 | ||
| 30 | - if (process.platform === 'linux' && process.config.variables.is_debug === 1) | ||
| 30 | + if (process.platform === 'linux' && common.isDebug) | ||
| 31 | 31 | common.skip('Running the resultant binary fails with `Couldn\'t read target executable"`.'); | |
| 32 | 32 | ||
| 33 | 33 | if (process.config.variables.node_shared) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments