mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Fix test
This commit is contained in:
parent
03874530f5
commit
d175ff123b
@ -12,7 +12,8 @@ modules._resolveFilename = function(request, parent) {
|
||||
// Ensure client extensions can be loaded
|
||||
request = request.replace(/^ext\//, "ext.")
|
||||
.replace(/^core\//, "cloud9.core/www/core/")
|
||||
.replace(/^lib\/chai\//, "chai/");
|
||||
.replace(/^lib\/chai\//, "chai/")
|
||||
.replace(/^lib\/jsonm\//, "jsonm/");
|
||||
// Add the extra paths
|
||||
extraPaths.forEach(function(p) {
|
||||
if (parent.paths.indexOf(p) === -1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user