mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -29,7 +29,7 @@ function* generatePadding(size: number) {
|
||||
// Push as much padding as we can. If we reach the end
|
||||
// of the padding, return true.
|
||||
function pushPadding(
|
||||
paddingIterator: Iterator<Uint8Array>,
|
||||
paddingIterator: Iterator<Uint8Array<ArrayBuffer>>,
|
||||
readable: Readable
|
||||
): boolean {
|
||||
// eslint-disable-next-line no-constant-condition
|
||||
|
||||
Reference in New Issue
Block a user