Browse Source

chore: generate

opencode-agent[bot] 3 months ago
parent
commit
cef0c8ac84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/desktop/src/main/shell-env.ts

+ 1 - 1
packages/desktop/src/main/shell-env.ts

@@ -1,6 +1,6 @@
 import { spawnSync } from "node:child_process"
 import { basename } from "node:path"
-import { getLogger } from "./logging";
+import { getLogger } from "./logging"
 
 const TIMEOUT = 5_000