diff options
Diffstat (limited to 'js/src/util/log.ts')
| -rw-r--r-- | js/src/util/log.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/util/log.ts b/js/src/util/log.ts index c43514ef6..d05f42dc2 100644 --- a/js/src/util/log.ts +++ b/js/src/util/log.ts @@ -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(); |
