mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 22:44:14 +00:00
chore(lint): enable stricter error rules
This commit is contained in:
@@ -60,7 +60,7 @@ async function run() {
|
||||
}
|
||||
}
|
||||
|
||||
run().catch((error) => {
|
||||
run().catch((error: unknown) => {
|
||||
console.error(error);
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user