Check Point
Rolling release / release (push) Successful in 6m36s

This commit is contained in:
2026-09-12 09:07:09 -04:00
parent e9040d110a
commit a4073b9020
63 changed files with 2459 additions and 632 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ try {
process.exitCode = 1;
} finally {
// Resource discovery initializes QVAC handles even without loading a model.
// This one-shot command owns them and must close them before returning to
// first-run. Bound cleanup in case a native handle never settles.
// This one-shot command owns them and must close them before returning.
// Bound cleanup in case a native handle never settles.
const watchdog = setTimeout(() => {
console.error('gpu-doctor: QVAC cleanup timed out');
process.exit(1);