| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2f47b68 commit 98eab4a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -340,7 +340,7 @@ exports.spawnSyncPwd = function(options) { | |||
| 340 | 340 | }; | |
| 341 | 341 | ||
| 342 | 342 | exports.platformTimeout = function(ms) { | |
| 343 | - if (process.config.target_defaults.default_configuration === 'Debug') | ||
| 343 | + if (process.features.debug) | ||
| 344 | 344 | ms = 2 * ms; | |
| 345 | 345 | ||
| 346 | 346 | if (global.__coverage__) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments