mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 01:26: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
4
dist/index.js
vendored
4
dist/index.js
vendored
|
@ -245,6 +245,10 @@ function main() {
|
|||
}
|
||||
});
|
||||
}
|
||||
main().catch((error) => {
|
||||
console.error("Error:", error);
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue