mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 16:38:21 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -15,7 +15,11 @@ if (!parentPort) {
|
||||
|
||||
const port = parentPort;
|
||||
|
||||
function respond(uuid: string, error: Error | undefined, response?: Buffer) {
|
||||
function respond(
|
||||
uuid: string,
|
||||
error: Error | undefined,
|
||||
response?: Buffer<ArrayBuffer>
|
||||
) {
|
||||
const wrappedResponse: WrappedWorkerResponse = {
|
||||
uuid,
|
||||
error: error?.stack,
|
||||
|
||||
Reference in New Issue
Block a user