This commit is contained in:
Min ho Kim
2019-07-03 23:51:48 +10:00
committed by Nicolò Ribaudo
parent ef3f555be9
commit 0bf0ae3410
20 changed files with 46 additions and 47 deletions

View File

@@ -28,7 +28,7 @@ if (argSeparator > -1) {
* that only the flag is returned.
*/
function getNormalizedV8Flag(arg) {
// v8 uses the "no" prefix to negate boolean flags (e.g. --nolezy),
// v8 uses the "no" prefix to negate boolean flags (e.g. --nolazy),
// but they are not listed by v8flags
const matches = arg.match(/--(?:no)?(.+)/);