upgraded all npm packages and fixed related issues (#4072)
This commit is contained in:
@@ -165,7 +165,6 @@ export class GitHubUpdater {
|
||||
const chunks: Uint8Array[] = [];
|
||||
let downloadedSize = 0;
|
||||
|
||||
// eslint-disable-next-line no-constant-condition
|
||||
while (true) {
|
||||
const { done, value } = await reader.read();
|
||||
if (done) break;
|
||||
|
||||
Reference in New Issue
Block a user