This commit is contained in:
llama 2025-10-18 17:36:23 +08:00
parent 4c27e53c85
commit 1325147854
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
releases, releases,
existing, existing,
allowBetas, allowBetas,
choose = (_, __) => {}, choose,
}: { }: {
releases: Versions; releases: Versions;
existing: ExistingVersions; existing: ExistingVersions;

View file

@ -30,7 +30,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
// TODO: saw this in the docs, but do we need it? // TODO: saw this in the docs, but do we need it?
// windowsMode: navigator.platform.indexOf("Win") != -1, // windowsMode: navigator.platform.indexOf("Win") != -1,
}); });
// term.options.
term.open(termRef); term.open(termRef);