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 e139ea2 commit 922787fCopy full SHA for 922787f
packages/ts-lib-scripts/src/create/index.ts
@@ -73,7 +73,7 @@ export default async function create(
73
}
74
75
76
- if (isCmdInstalled('code')) {
+ if (await isCmdInstalled('code')) {
77
console.log();
78
const { openWithCode } = await prompt<any>({
79
type: 'confirm',
0 commit comments