Update src/main/utils/http.ts
Co-authored-by: rushii <33725716+rushiiMachine@users.noreply.github.com>
This commit is contained in:
parent
760cc2d718
commit
dcf1154e70
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,6 @@ export async function simpleGet(url: string, options: RequestOptions = {}) {
|
|||
res.once("end", () => resolve(Buffer.concat(chunks)));
|
||||
});
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
console.error(e);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue