From 45f4c47a3e42c154184f92e6a53f8d17b7258b02 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 2 Sep 2018 18:41:17 -0400 Subject: [PATCH] oops that wasnt quite right --- src/api/export.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/export.ts b/src/api/export.ts index 11d1ad9..d2bbd40 100644 --- a/src/api/export.ts +++ b/src/api/export.ts @@ -170,7 +170,7 @@ async function execute(emitter: EventEmitter, opts: Opts) { const location = r.headers.get('Location'); type = 'text/html'; - body = ``; + body = ``; await handle(resolve(root.href, location)); }