mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
chore(lint): enable stricter error rules
This commit is contained in:
@@ -217,7 +217,7 @@ async function main() {
|
||||
await installCompletion(status.shell, false, CLI_NAME);
|
||||
}
|
||||
|
||||
main().catch((err) => {
|
||||
main().catch((err: unknown) => {
|
||||
console.error(theme.error(`Error: ${String(err)}`));
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user