mirror of https://github.com/lukechilds/node.git
Browse Source
Requiring a file from a directory that contains an invalid package.json file should throw an error. PR-URL: https://github.com/nodejs/node/pull/10044 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>v6
Sam Shull
8 years ago
committed by
Italo A. Casas
3 changed files with 9 additions and 0 deletions
@ -0,0 +1 @@ |
|||
exports.ok = 'ok'; |
@ -0,0 +1 @@ |
|||
{,} |
Loading…
Reference in new issue