@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user