🗑 Remove debug message
This commit is contained in:
parent
c821327a6e
commit
a3bff814ef
3 changed files with 6 additions and 5 deletions
|
@ -13,8 +13,9 @@ export default function getUrlContents({ host, path }: {host: string, path: stri
|
|||
//In case of connection errors, exit early
|
||||
request.on('error', (error) => {
|
||||
request.abort();
|
||||
return reject(error);
|
||||
reject(error);
|
||||
});
|
||||
|
||||
request.end();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue