mirror of
https://github.com/cdr/code-server.git
synced 2026-01-26 01:54:22 +01:00
Export Logger type
So plugins can pass the logger around.
This commit is contained in:
parent
5505959f7e
commit
150513fbc4
1 changed files with 1 additions and 1 deletions
2
typings/pluginapi.d.ts
vendored
2
typings/pluginapi.d.ts
vendored
|
|
@ -121,7 +121,7 @@ export { express }
|
|||
*
|
||||
* Re-exported so plugins don't have to import duplicate copies of the logger.
|
||||
*/
|
||||
export { field, Level }
|
||||
export { field, Level, Logger }
|
||||
|
||||
export const proxy: ProxyServer
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue