Merge pull request #3 from jan-molak/master

Ensure the installation path exists
This commit is contained in:
Sanath Kumar Ramesh
2017-09-29 12:20:07 -07:00
committed by GitHub

View File

@@ -45,6 +45,7 @@ function getInstallationPath(callback) {
dir = stdout.trim();
}
mkdirp.sync(dir);
callback(null, dir);
});