Update dependency typescript to ^5.7.2 #210
Annotations
9 errors
|
build (ubuntu):
src/main/index.ts#L257
Argument of type 'Buffer' is not assignable to parameter of type 'string | Stream | ArrayBufferView | Iterable<string | ArrayBufferView> | AsyncIterable<string | ArrayBufferView>'.
|
|
build (ubuntu):
src/main/utils.ts#L120
Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.
|
|
build (ubuntu)
Process completed with exit code 2.
|
|
build (macos):
src/main/index.ts#L257
Argument of type 'Buffer' is not assignable to parameter of type 'string | Stream | ArrayBufferView | Iterable<string | ArrayBufferView> | AsyncIterable<string | ArrayBufferView>'.
|
|
build (macos):
src/main/utils.ts#L120
Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.
|
|
build (macos)
Process completed with exit code 2.
|
|
build (windows):
src/main/index.ts#L257
Argument of type 'Buffer' is not assignable to parameter of type 'string | Stream | ArrayBufferView | Iterable<string | ArrayBufferView> | AsyncIterable<string | ArrayBufferView>'.
|
|
build (windows):
src/main/utils.ts#L120
Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.
|
|
build (windows)
Process completed with exit code 1.
|