-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
semver-patchimplementation requires increase of "patch" version number; "bug fixes"implementation requires increase of "patch" version number; "bug fixes"type: buga defect, confirmed by a maintainera defect, confirmed by a maintainer
Description
at least, in theory, because of this typo:
Lines 42 to 46 in 1e30501
| // allow --debug to invoke --inspect on Node.js v8 or newer nodeOpts.inspect = childOpts.debug; | |
| if (childOpts.debug) { | |
| childOpts.timeout = false; | |
| delete childOpts.debug; | |
| debug('--debug -> --inspect'); |
jimmielemontgomery and karser
Metadata
Metadata
Assignees
Labels
semver-patchimplementation requires increase of "patch" version number; "bug fixes"implementation requires increase of "patch" version number; "bug fixes"type: buga defect, confirmed by a maintainera defect, confirmed by a maintainer