Skip to content

Commit

Permalink
Prepare 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Mar 2, 2020
1 parent 6dd1b31 commit e6c20fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/index.ts
Expand Up @@ -96,7 +96,7 @@ export class IFrameWorker implements Worker {
<body>
<script>
postMessage = parent.postMessage.bind(parent)
importScripts = ${importScripts.toString()}
importScripts = ${importScripts}
addEventListener("error", ev => {
parent.dispatchEvent(new ErrorEvent("error", {
filename: "${this.url}",
Expand Down

0 comments on commit e6c20fd

Please sign in to comment.