diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-09-01 16:32:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-01 16:32:07 -0400 |
| commit | ce63806c641cd9b61045a3d65f8969e877a71e17 (patch) | |
| tree | 691051699e8f94e9eed6507d7af7daed1e3a70ca /cli/rt | |
| parent | b3563e85691f0a3da97ccc2c96d446730d4c65ac (diff) | |
simplify deno_web init (#7313)
Diffstat (limited to 'cli/rt')
| -rw-r--r-- | cli/rt/00_bootstrap_namespace.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/rt/00_bootstrap_namespace.js b/cli/rt/00_bootstrap_namespace.js index bccbc09c1..514cbe3f0 100644 --- a/cli/rt/00_bootstrap_namespace.js +++ b/cli/rt/00_bootstrap_namespace.js @@ -6,4 +6,4 @@ // This namespace is removed during runtime bootstrapping process. -globalThis.__bootstrap = {}; +globalThis.__bootstrap = globalThis.__bootstrap || {}; |
