Use semicolon instead of comma
This commit is contained in:
+1
-1
@@ -639,7 +639,7 @@ async function update(app, args, progressCallback) {
|
||||
delete app.portBindings[portName];
|
||||
}
|
||||
|
||||
await updateApp(app, _.pick(updateConfig, 'manifest', 'appStoreId', 'memoryLimit')), // switch over to the new config
|
||||
await updateApp(app, _.pick(updateConfig, 'manifest', 'appStoreId', 'memoryLimit')); // switch over to the new config
|
||||
|
||||
await progressCallback({ percent: 45, message: 'Downloading icon' });
|
||||
await downloadIcon(app);
|
||||
|
||||
Reference in New Issue
Block a user