Updates
Rolling release / release (push) Failing after 1m24s

This commit is contained in:
2026-09-11 19:36:12 -04:00
parent 7604cded2c
commit a78708f8ff
26 changed files with 298 additions and 59 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ export function assertSdkVersion() {
return sdkPackage.version;
}
export async function acquireQvac() {
export async function acquireQvac({ auxiliaryOnly = false } = {}) {
if (auxiliaryOnly) { await qvacSdk(); ownerCount += 1; return; }
ownerCount += 1;
if (!loadPromise) {
assertSdkVersion();