mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -10,7 +10,7 @@ describe('prependStream', () => {
|
||||
const stream = prependStream(Buffer.from('prefix:'));
|
||||
stream.end('hello');
|
||||
|
||||
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