fix(offload): add missing os import in GceCosProvider

This commit is contained in:
mkorwel
2026-03-18 10:52:22 -07:00
parent 82bf2e6d5f
commit 32e3d3e68e

View File

@@ -7,6 +7,7 @@
import { spawnSync } from 'child_process';
import path from 'path';
import fs from 'fs';
import os from 'os';
import { WorkerProvider, SetupOptions, ExecOptions, SyncOptions, WorkerStatus } from './BaseProvider.ts';
import { GceConnectionManager } from './GceConnectionManager.ts';