Fixed hopefully

This commit is contained in:
Wessel T
2019-04-06 23:21:45 +02:00
parent 7ee8d3bf6b
commit 054f1832b6
4 changed files with 8 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ const wump = require('../lib');
console.log(`Using wumpfetch v${wump.version} [${wump.userAgent}]\n\n`);
;(async() => {
const requests = [
await wump({ url: 'https://jsonplaceholder.typicode.com/todos/1', parse: 'json' }).send(),