Skip to content

Commit

Permalink
Update runtime.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed May 28, 2020
1 parent 37b1d53 commit 520e686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/regenerator-runtime/runtime.js
Expand Up @@ -728,7 +728,7 @@ if (typeof globalThis === "object") {
// you've misconfigured your bundler to force strict mode and applied a
// CSP to forbid Function, and you're not willing to fix either of those
// problems, please detail your unique predicament in a GitHub issue.
var _ = Function("return this");
var _ = Function("return this")();
_.regeneratorRuntime = runtime;
}
}
Expand Down

0 comments on commit 520e686

Please sign in to comment.