[Polyfills > Request] Add logging

main
Oj 2 years ago
parent c3b11e5080
commit 9ce5e8c443

@ -38,6 +38,8 @@ module.exports = (options, callback) => {
};
}
log('Polyfill > Request', options.method, options.url);
const listener = {};
nodeReq(options).then((res) => { // No error handling because yes

Loading…
Cancel
Save