There was an error while loading. Please reload this page.
1 parent 2602ed4 commit 197b119Copy full SHA for 197b119
1 file changed
src/bundle.ts
@@ -254,9 +254,8 @@ export const bundleCommands = {
254
let appIdForBase = normalized.appId;
255
if (!appIdForBase && normalized.hermesBase === 'auto') {
256
try {
257
- appIdForBase = (
258
- await getSelectedApp(platform, normalized.config)
259
- ).appId;
+ appIdForBase = (await getSelectedApp(platform, normalized.config))
+ .appId;
260
} catch {
261
appIdForBase = undefined;
262
}
0 commit comments