Skip to content

Commit

Permalink
Re-throw unhandled error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt committed Nov 3, 2022
1 parent aaf504e commit 41cb1e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ async function main() {
);
return;
}
throw error;
}
}

Expand Down

0 comments on commit 41cb1e6

Please sign in to comment.