(operation: string)
| 18 | ) |
| 19 | |
| 20 | const error = (operation: string) => (error: any) => { |
| 21 | if (__DEV__) { |
| 22 | console.error(`DesktopFileTransport: ${operation}`, error) |
| 23 | } |
| 24 | return undefined |
| 25 | } |
| 26 | |
| 27 | /** |
| 28 | * A re-implementation of the winston-daily-rotate-file module |
no test coverage detected