1
0
Fork 0

default path needs the type

This commit is contained in:
Frank Celler 2013-04-08 16:23:57 +02:00
parent 738a4dde75
commit d7443f5caa
1 changed files with 1 additions and 1 deletions

View File

@ -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",