mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -19,7 +19,7 @@ Bootstrap.benchmark(async (bootstrap: Bootstrap): Promise<void> => {
|
||||
|
||||
const [first, second] = contacts as [PrimaryDevice, PrimaryDevice];
|
||||
|
||||
const messages = new Array<Buffer>();
|
||||
const messages = new Array<Buffer<ArrayBuffer>>();
|
||||
debug('encrypting');
|
||||
// Send messages from just two contacts
|
||||
for (const contact of [second, first]) {
|
||||
|
||||
Reference in New Issue
Block a user