mirror of https://github.com/lukechilds/node.git
Browse Source
This commit adds a regression test for debugging of single line files. Refs: https://github.com/nodejs/node/issues/4297 PR-URL: https://github.com/nodejs/node/pull/4298 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>v5.x
cjihrig
9 years ago
2 changed files with 19 additions and 0 deletions
@ -0,0 +1 @@ |
|||
module.exports = function foo(arg) { return arg; } |
Loading…
Reference in new issue