mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
fix(ci): add missing declaration for error-format.mjs
8858944a81 imports formatErrorMessage from scripts/openclaw-npm-postpublish-verify.ts,
but the .mjs had no sibling .d.mts like every other scripts/lib module imported
from .ts, so check-test-types fails repo-wide with TS7016.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/** Return a readable message for Error and non-Error thrown values. */
|
||||
export function formatErrorMessage(error: unknown): string;
|
||||
Reference in New Issue
Block a user