fix: forgot await
This commit is contained in:
parent
a3eea5a98e
commit
0c9e577319
|
@ -43,7 +43,7 @@ let commandLineUtility = async () => {
|
||||||
return answer;
|
return answer;
|
||||||
};
|
};
|
||||||
|
|
||||||
executeJobByName(await pickOption());
|
await executeJobByName(await pickOption());
|
||||||
process.exit();
|
process.exit();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user