mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
fix: Missing ~/.local/share/opencode/bin directory causes misleading … (#1860)
This commit is contained in:
parent
0835170224
commit
f12d470b33
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user