Skip to content

Commit b341a36

Browse files
authored
await to bin.run() (#63)
1 parent 1c45d8e commit b341a36

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)