saveForAppDirectory non update bug fix

This commit is contained in:
sidharth_vinod
2017-12-27 08:16:41 +05:30
parent 84eb6e5f23
commit e4e9027968
+1
View File
@@ -74,6 +74,7 @@ function saveAppForDirectory(appName) {
let app = apps[i];
if (app.cwd === process.cwd()) {
app.appName = appName;
configs.set('apps', apps);
return;
}
}