mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
ci: fixes
This commit is contained in:
parent
f053862018
commit
07645e0705
5 changed files with 57 additions and 16 deletions
|
|
@ -14,7 +14,7 @@ export namespace Context {
|
|||
return result
|
||||
},
|
||||
provide<R>(value: T, fn: () => R) {
|
||||
return storage.run<R>(value, fn)
|
||||
return storage.run(value, fn)
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue