Typescript v5 + eslint 8.57 WIP
This commit also improves some type handling in the project.
This commit is contained in:
@ -105,7 +105,7 @@ async function register (options: RegisterServerOptions): Promise<any> {
|
||||
}
|
||||
)
|
||||
}
|
||||
)
|
||||
).catch(() => {})
|
||||
}, () => {})
|
||||
} catch (error) {
|
||||
options.peertubeHelpers.logger.error('Error when launching Prosody: ' + (error as string))
|
||||
|
Reference in New Issue
Block a user