update smartfile cwd

This commit is contained in:
2017-05-01 22:27:15 +02:00
parent 18ff99aef7
commit 9cfd147fdc
2 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ export class Smartfile {
* vinyl-compatibility
*/
get cwd () {
return this.base
return process.cwd()
}
/**