Skip to content

Commit 5ad8542

Browse files
dbg
1 parent 72c3962 commit 5ad8542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/services/FirmwareService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class FirmwareService {
2929
}
3030

3131
private async unzipStreamToVariable(stream: ReadableStream<Uint8Array>): Promise<{ [filename: string]: Uint8Array }> {
32-
print("In unzipStreamToVariable method.");
32+
console.log('Unzipping stream...');
3333
const reader = stream.getReader();
3434
let chunks = [];
3535
while (true) {

0 commit comments

Comments
 (0)