mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 01:58:26 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -22,7 +22,7 @@ function guardCancel<T>(value: T | symbol): T {
|
||||
cancel(stylePromptTitle("Setup cancelled.") ?? "Setup cancelled.");
|
||||
throw new WizardCancelledError();
|
||||
}
|
||||
return value as T;
|
||||
return value;
|
||||
}
|
||||
|
||||
export function createClackPrompter(): WizardPrompter {
|
||||
|
||||
Reference in New Issue
Block a user