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,
|
||||
app._context,
|
||||
"/" + (path ? path : ""),
|
||||
path2FileUri(libpath),
|
||||
path2FileUri(path ? fs.join(libpath, path) : libpath),
|
||||
false
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue