mirror of https://gitee.com/bigwinds/arangodb
Fixed Foxx trace paths.
This commit is contained in:
parent
085ca8eba9
commit
2a40edaa41
|
@ -960,7 +960,7 @@ function require (path) {
|
||||||
this,
|
this,
|
||||||
app._context,
|
app._context,
|
||||||
"/" + (path ? path : ""),
|
"/" + (path ? path : ""),
|
||||||
path2FileUri(libpath),
|
path2FileUri(path ? fs.join(libpath, path) : libpath),
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue