Skip to content

Commit af28413

Browse files
piehactions-user
authored andcommitted
chore: format with prettier
1 parent f1beb45 commit af28413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async function vendorDeno() {
109109
const destination = join(vendorDest, url.hostname, url.pathname)
110110

111111
const res = await fetch(url)
112-
if (!res.ok) throw new Error('Failed to fetch .wasm file to vendor', {cause: err})
112+
if (!res.ok) throw new Error('Failed to fetch .wasm file to vendor', { cause: err })
113113
const fileStream = createWriteStream(destination, { flags: 'wx' })
114114
await finished(Readable.fromWeb(res.body).pipe(fileStream))
115115
}),

0 commit comments

Comments
 (0)