mirror of
https://github.com/nodejs/node.git
synced 2025-05-21 14:39:17 +00:00

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; }
|