mirror of https://github.com/lukechilds/node.git
Browse Source
PR-URL: https://github.com/nodejs/node/pull/5145 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>v5.x
Prince J Wesley
9 years ago
committed by
Rod Vagg
2 changed files with 7 additions and 1 deletions
@ -0,0 +1,6 @@ |
|||
'use strict'; |
|||
require('../common'); |
|||
const assert = require('assert'); |
|||
|
|||
assert.throws(() => { require('_debug_agent').start(); }, |
|||
assert.AssertionError); |
Loading…
Reference in new issue