Merge branch 'simple-req-typesafety' of github.com:ZirixCZ/Vesktop into simple-req-typesafety
This commit is contained in:
commit
a8253cef2e
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)));
|
res.once("end", () => resolve(Buffer.concat(chunks)));
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.error(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue