We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c3962 commit 5ad8542Copy full SHA for 5ad8542
kernel/src/services/FirmwareService.ts
@@ -29,7 +29,7 @@ export class FirmwareService {
29
}
30
31
private async unzipStreamToVariable(stream: ReadableStream<Uint8Array>): Promise<{ [filename: string]: Uint8Array }> {
32
- print("In unzipStreamToVariable method.");
+ console.log('Unzipping stream...');
33
const reader = stream.getReader();
34
let chunks = [];
35
while (true) {
0 commit comments