Skip to content

Commit 3e4656b

Browse files
committed
await to bin.run()
1 parent 1c45d8e commit 3e4656b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ const makeWarnedPluggableBin = async (): Promise<Bin> => {
322322

323323
const runBin = async (): Promise<void> => {
324324
const bin = await makeWarnedPluggableBin();
325-
bin.run();
325+
await bin.run();
326326
};
327327

328328
// Exposed for test, we can also consider use TLA someday

0 commit comments

Comments
 (0)