mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
cb0b4a6bc0
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>
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function foo(arg) { return arg; }
|