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 9d42cc6 commit 4b284dbCopy full SHA for 4b284db
packages/actor-core-cli/src/commands/deploy.tsx
@@ -71,7 +71,7 @@ export const deploy = new Command()
71
72
if (cliLocation) {
73
// check version
74
- const { stdout } = yield* exec`${cliLocation} --version`;
+ const { stdout } = await exec`${cliLocation} --version`;
75
const semVersion = semver.coerce(
76
stdout.split("\n")[2].split(" ")[1].trim(),
77
);
0 commit comments