mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 09:44:21 +01:00
fix: Missing ~/.local/share/opencode/bin directory causes misleading … (#1860)
This commit is contained in:
@@ -25,6 +25,7 @@ await Promise.all([
|
||||
fs.mkdir(Global.Path.config, { recursive: true }),
|
||||
fs.mkdir(Global.Path.state, { recursive: true }),
|
||||
fs.mkdir(Global.Path.log, { recursive: true }),
|
||||
fs.mkdir(Global.Path.bin, { recursive: true }),
|
||||
])
|
||||
|
||||
const CACHE_VERSION = "7"
|
||||
|
||||
Reference in New Issue
Block a user