This commit is contained in:
Nicolas Lepage 2019-11-27 13:01:51 +01:00
parent 2377662303
commit 96677e2518
No known key found for this signature in database
GPG Key ID: B0879E35E66D8F6F

View File

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