mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 16:23:20 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -23,7 +23,7 @@ describe('appendMacStream', () => {
|
||||
const stream = appendMacStream(macKey);
|
||||
stream.end(plaintext);
|
||||
|
||||
const chunks = new Array<Buffer>();
|
||||
const chunks = new Array<Buffer<ArrayBuffer>>();
|
||||
for await (const chunk of stream) {
|
||||
chunks.push(chunk);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user