mirror of https://gitee.com/bigwinds/arangodb
default path needs the type
This commit is contained in:
parent
738a4dde75
commit
d7443f5caa
|
@ -1212,7 +1212,7 @@ function require (path) {
|
|||
libpath = fs.join(this._root, this._path, this._manifest[type]);
|
||||
}
|
||||
else {
|
||||
libpath = fs.join(this._root, this._path);
|
||||
libpath = fs.join(this._root, this._path, type);
|
||||
}
|
||||
|
||||
var pkg = new Package("application",
|
||||
|
|
Loading…
Reference in New Issue