There was an error while loading. Please reload this page.
1 parent 6b27c1e commit d96634cCopy full SHA for d96634c
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