mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-19 17:16:48 +00:00
chore: remove unnecessary error handling in main function
This commit is contained in:
parent
c6390a649c
commit
26f5881f43
1 changed files with 1 additions and 4 deletions
|
@ -69,7 +69,4 @@ async function main() {
|
|||
}
|
||||
}
|
||||
|
||||
main().catch((error) => {
|
||||
console.error("Error:", error);
|
||||
process.exit(1);
|
||||
});
|
||||
main();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue