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 10f6f16 commit a4134f6Copy full SHA for a4134f6
packages/@apphosting/create/src/bin/create.ts
@@ -83,6 +83,7 @@ program
83
});
84
installSpinner.succeed();
85
}
86
- });
+ },
87
+ );
88
89
program.parse();
0 commit comments