mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 17:46:47 +00:00
restore calling the main
This commit is contained in:
parent
dd255bf5d5
commit
a6762eb223
3 changed files with 10 additions and 1 deletions
|
@ -259,3 +259,8 @@ async function main() {
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
main().catch((error) => {
|
||||
console.error("Error:", error);
|
||||
process.exit(1);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue