diff --git a/coverage/lcov-report/error-handler.ts.html b/coverage/lcov-report/error-handler.ts.html index a532ce9..8149830 100644 --- a/coverage/lcov-report/error-handler.ts.html +++ b/coverage/lcov-report/error-handler.ts.html @@ -30,9 +30,9 @@
- 82% + 80% Branches - 41/50 + 40/50
@@ -241,8 +241,8 @@ 176 177 178 -1792x -2x +1791x +1x       @@ -253,18 +253,18 @@       -2x +1x           -5x -5x +4x +4x   -5x -2x -2x +4x +1x +1x 3x 2x 2x @@ -273,24 +273,24 @@ 1x     -5x -5x -  -  -  -5x -  -  -5x +4x 4x       +4x +  +  +4x +3x         -8x +  +  +  +7x   2x 2x @@ -320,8 +320,8 @@       -2x -2x +1x +1x       @@ -457,7 +457,7 @@ export class ErrorHandler {   // Log detailed error for debugging console.error( - `[OllamaPlugin${context ? ' ' + context : ''}] ${error instanceof Error ? error.message : 'Unknown error'}` + `[OllamaPlugin${context ? ' ' + context : ''}] ${error instanceof Error ? error.message : 'Unknown error'}` ); if (error instanceof Error) { console.error('[Stack]', error.stack); @@ -604,7 +604,7 @@ export class ErrorHandler {