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 6b27c1e commit 3e1e17fCopy full SHA for 3e1e17f
src/cli/commands/start/start.ts
@@ -352,7 +352,7 @@ export async function start(options: SWACLIConfig) {
352
commandMessage = `the --run command exited with code ${exitCode}`;
353
break;
354
}
355
- logger.error(`SWA emulator stoped because ${commandMessage}.`, true);
+ logger.error(`SWA emulator stopped because ${commandMessage}.`, true);
356
357
)
358
.catch((err) => {
0 commit comments