mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 22:01:35 +00:00
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.
3 lines
132 B
TypeScript
3 lines
132 B
TypeScript
/** Return a readable message for Error and non-Error thrown values. */
|
|
export function formatErrorMessage(error: unknown): string;
|