Skip to content

Commit 1d06335

Browse files
committed
Revert "Fix ENOENT error: create cache directory on startup"
This reverts commit ff0388d.
1 parent ff0388d commit 1d06335

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/opencode/src/global/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ await Promise.all([
3131
fs.mkdir(Global.Path.state, { recursive: true }),
3232
fs.mkdir(Global.Path.log, { recursive: true }),
3333
fs.mkdir(Global.Path.bin, { recursive: true }),
34-
fs.mkdir(Global.Path.cache, { recursive: true }),
3534
])
3635

3736
const CACHE_VERSION = "14"

0 commit comments

Comments
 (0)