[Polyfills > Request] Add logging

This commit is contained in:
Ducko 2021-12-11 00:14:21 +00:00
parent c3b11e5080
commit 9ce5e8c443
1 changed files with 2 additions and 0 deletions

View File

@ -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