mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 02:04:22 +01:00
sync
This commit is contained in:
@@ -12,6 +12,7 @@ export namespace Log {
|
||||
};
|
||||
|
||||
export function file(directory: string) {
|
||||
return;
|
||||
const out = Bun.file(
|
||||
path.join(AppPath.data(directory), "opencode.out.log"),
|
||||
).writer();
|
||||
|
||||
Reference in New Issue
Block a user