1
0
Fork 0
This commit is contained in:
Alan Plum 2015-04-07 17:40:57 +02:00
parent b3cdad8c46
commit 211d6f3987
1 changed files with 2 additions and 2 deletions

View File

@ -1366,9 +1366,9 @@ function require (path) {
if (!internal.parse(content)) {
e = new Error(
"corrupted package '"
+ path
+ this._path
+ "', Javascript parse error in file '"
+ origin
+ this._origin
+ "'"
);
e.moduleNotFound = false;