1
0
Fork 0

Fixed Foxx trace paths.

This commit is contained in:
Alan Plum 2015-05-07 23:09:22 +02:00
parent 085ca8eba9
commit 2a40edaa41
1 changed files with 1 additions and 1 deletions

View File

@ -960,7 +960,7 @@ function require (path) {
this,
app._context,
"/" + (path ? path : ""),
path2FileUri(libpath),
path2FileUri(path ? fs.join(libpath, path) : libpath),
false
);
};