1
0
Fork 0

App requires should be module-relative by default. Fixes #721

This commit is contained in:
Alan Plum 2014-01-09 22:06:57 +01:00
parent 7a3635adf9
commit 3d511060ce
1 changed files with 1 additions and 1 deletions

View File

@ -1258,7 +1258,7 @@ function require (path) {
libpath = fs.join(this._root, this._path, this._manifest[type]);
}
else {
libpath = fs.join(this._root, this._path, type);
libpath = fs.join(this._root, this._path);
}
var pkg = new Package("application",