mirror of https://github.com/lukechilds/node.git
Browse Source
Some error messages have changed and the --debugger flag does not exist in V8 anymore. PR-URL: https://github.com/nodejs/node/pull/3351 Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>v5.x
Michaël Zasso
9 years ago
committed by
Ali Ijaz Sheikh
4 changed files with 5 additions and 5 deletions
@ -1,7 +1,7 @@ |
|||
'use strict'; |
|||
// Flags: --debugger
|
|||
// Flags: --debug-code
|
|||
|
|||
var common = require('../common'); |
|||
var assert = require('assert'); |
|||
|
|||
assert.notEqual(process.execArgv.indexOf('--debugger'), -1); |
|||
assert.notEqual(process.execArgv.indexOf('--debug-code'), -1); |
|||
|
Loading…
Reference in new issue