Skip to content

Commit

Permalink
fix(create-remix): add missing await
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <[email protected]>
  • Loading branch information
mcansh committed Jan 20, 2022
1 parent c746c6f commit fbb4349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-remix/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async function run() {
}
]);

createApp({
await createApp({
projectDir,
lang: answers.lang,
server: answers.server,
Expand Down

0 comments on commit fbb4349

Please sign in to comment.