From 3dfdfe4bd6ad240274598570685112ba360f95e7 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Wed, 7 Jan 2026 02:50:37 +0000 Subject: [PATCH] feat: update `utils` TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/utils/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/utils/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/docs/types/index.d.ts index a511603bd495..79701d5075b3 100644 --- a/lib/node_modules/@stdlib/utils/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/docs/types/index.d.ts @@ -4073,7 +4073,7 @@ interface Namespace { * * function done( error ) { * if ( error ) { - * throw error; + * console.log( error.message ); * } * } *