mirror of
https://github.com/coder/code-server.git
synced 2026-05-15 00:37:26 +02:00
Refactor vscode endpoints to use fork directly.
This commit is contained in:
@@ -46,7 +46,7 @@ export class Emitter<T> {
|
||||
this.listeners.map(async (cb) => {
|
||||
try {
|
||||
await cb(value, promise)
|
||||
} catch (error) {
|
||||
} catch (error: any) {
|
||||
logger.error(error.message)
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user