Skip to content

Commit ccaabb9

Browse files
d3lmpetebacondarwin
authored andcommittedMay 17, 2023
chore: add missing space to webcontainer error message (#3204)

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/wrangler/src/dev.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ type DevArguments = StrictYargsOptionsToInterface<typeof devOptions>;
291291
export async function devHandler(args: DevArguments) {
292292
if (isWebContainer()) {
293293
logger.error(
294-
`Oh no! 😟You tried to run \`wrangler dev\` in a StackBlitz WebContainer. 🤯
294+
`Oh no! 😟 You tried to run \`wrangler dev\` in a StackBlitz WebContainer. 🤯
295295
This is currently not supported 😭, but we think that we'll get it to work soon... hang in there! 🥺`
296296
);
297297
process.exitCode = 1;

0 commit comments

Comments
 (0)
Please sign in to comment.