mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -21,7 +21,7 @@ Bootstrap.regressionBenchmark(
|
||||
const { server, contacts, phone, desktop } = bootstrap;
|
||||
|
||||
// Generate messages
|
||||
const messagePromises = new Array<Promise<Buffer>>();
|
||||
const messagePromises = new Array<Promise<Buffer<ArrayBuffer>>>();
|
||||
debug('started generating messages');
|
||||
|
||||
for (let i = 0; i < messageCount; i += 1) {
|
||||
|
||||
Reference in New Issue
Block a user