Skip to content

Commit

Permalink
Merge e7fc5b9 into bf6a072
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Nov 29, 2018
2 parents bf6a072 + e7fc5b9 commit 5afe212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/console/init.js
Expand Up @@ -18,7 +18,7 @@ function initConsole(args) {
}, args);

var baseDir = this.base_dir;
var target = args._[0] ? pathFn.resolve(baseDir, args._[0]) : baseDir;
var target = args._[0] ? pathFn.resolve(baseDir, String(args._[0])) : baseDir;
var log = this.log;
var promise, npmCommand;

Expand Down

0 comments on commit 5afe212

Please sign in to comment.