mirror of https://gitee.com/bigwinds/arangodb
Lunt.
This commit is contained in:
parent
b3cdad8c46
commit
211d6f3987
|
@ -1366,9 +1366,9 @@ function require (path) {
|
||||||
if (!internal.parse(content)) {
|
if (!internal.parse(content)) {
|
||||||
e = new Error(
|
e = new Error(
|
||||||
"corrupted package '"
|
"corrupted package '"
|
||||||
+ path
|
+ this._path
|
||||||
+ "', Javascript parse error in file '"
|
+ "', Javascript parse error in file '"
|
||||||
+ origin
|
+ this._origin
|
||||||
+ "'"
|
+ "'"
|
||||||
);
|
);
|
||||||
e.moduleNotFound = false;
|
e.moduleNotFound = false;
|
||||||
|
|
Loading…
Reference in New Issue