Skip to content

Commit

Permalink
fix start command logging bug (#7984)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathu97 authored Nov 21, 2024
1 parent c8c86dd commit 08aa6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulator/apphosting/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function serve(
}

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

Expand Down

0 comments on commit 08aa6e2

Please sign in to comment.