Default to global dataspace as target when using browser-compiler

This commit is contained in:
Tony Garnock-Jones 2023-12-01 21:08:17 +01:00
parent ed605718e5
commit cb0c45a45b
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
/// SPDX-FileCopyrightText: Copyright © 2023 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
const __SYNDICATE__ = Syndicate;
const currentSyndicateTarget = Syndicate.Dataspace.global;
(() => {
async function translateScripts() {