feat: createLoggerを拡張してelectron側からもフロントエンド側からも使えるように #8983
Annotations
10 errors
src/backend/electron/main.ts#L10
Import declaration conflicts with local declaration of 'log'.
|
src/backend/electron/main.ts#L92
Block-scoped variable 'log' used before its declaration.
|
src/backend/electron/main.ts#L92
Property 'initialize' does not exist on type 'Record<LogLevel, LogFunction>'.
|
src/backend/electron/main.ts#L94
Block-scoped variable 'log' used before its declaration.
|
src/backend/electron/main.ts#L94
Property 'transports' does not exist on type 'Record<LogLevel, LogFunction>'.
|
src/backend/electron/main.ts#L95
Block-scoped variable 'log' used before its declaration.
|
src/backend/electron/main.ts#L95
Property 'transports' does not exist on type 'Record<LogLevel, LogFunction>'.
|
src/backend/electron/main.ts#L99
Block-scoped variable 'log' used before its declaration.
|
src/backend/electron/main.ts#L99
Property 'transports' does not exist on type 'Record<LogLevel, LogFunction>'.
|
src/backend/electron/main.ts#L100
Block-scoped variable 'log' used before its declaration.
|
This job failed
Loading