We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c86dd commit 08aa6e2Copy full SHA for 08aa6e2
src/emulator/apphosting/serve.ts
@@ -70,7 +70,7 @@ async function serve(
70
}
71
72
const detectedStartCommand = await detectStartCommand(backendRoot);
73
- logger.logLabeled("BULLET", Emulators.APPHOSTING, `starting app with: '${detectStartCommand}`);
+ logger.logLabeled("BULLET", Emulators.APPHOSTING, `starting app with: '${detectedStartCommand}'`);
74
await spawnWithCommandString(detectedStartCommand, backendRoot, environmentVariablesToInject);
75
76
0 commit comments