From 96677e251874f074906c61ccebd283c63cdec54d Mon Sep 17 00:00:00 2001 From: Nicolas Lepage <19571875+nlepage@users.noreply.github.com> Date: Wed, 27 Nov 2019 13:01:51 +0100 Subject: [PATCH] :alembic: --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 991986f..7460c39 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ const trimEnd = (s, c) => { } self.wasmhttp = { - serve: async ({ wasm, base } = {}) => { + serve: ({ wasm, base } = {}) => { try { if (!wasm) throw TypeError('options.wasm must be defined')