mirror of https://github.com/lukechilds/node.git
Browse Source
Because Node modules are wrapped, errors on the first line of a file leak the wrapper to the user and report the wrong column number. This commit adds a line break to the module wrapper so that the first line is treated the same as all other lines. To compensate for the additional line, a line offset of -1 is also applied to errors. Fixes: https://github.com/nodejs/node/issues/2860 PR-URL: https://github.com/nodejs/node/pull/2867 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>v4.x
Tristian Flanagan
9 years ago
committed by
Myles Borins
7 changed files with 78 additions and 6 deletions
@ -0,0 +1 @@ |
|||
error |
Loading…
Reference in new issue