Skip to content

Commit 08aa6e2

Browse files
authored
fix start command logging bug (#7984)
1 parent c8c86dd commit 08aa6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emulator/apphosting/serve.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function serve(
7070
}
7171

7272
const detectedStartCommand = await detectStartCommand(backendRoot);
73-
logger.logLabeled("BULLET", Emulators.APPHOSTING, `starting app with: '${detectStartCommand}`);
73+
logger.logLabeled("BULLET", Emulators.APPHOSTING, `starting app with: '${detectedStartCommand}'`);
7474
await spawnWithCommandString(detectedStartCommand, backendRoot, environmentVariablesToInject);
7575
}
7676

0 commit comments

Comments
 (0)