diff options
| author | Dax Raad <[email protected]> | 2025-05-18 14:28:08 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-26 12:40:17 -0400 |
| commit | 49ad2efef6048f007af0036a8fe88b45c273ed34 (patch) | |
| tree | b083cf8724673a7458e3e4bd12905ee187c6c7b8 /js/src/app | |
| parent | 0e303e6508edb4374213d1f98ec383b266339774 (diff) | |
| download | opencode-49ad2efef6048f007af0036a8fe88b45c273ed34.tar.gz opencode-49ad2efef6048f007af0036a8fe88b45c273ed34.zip | |
sync
Diffstat (limited to 'js/src/app')
| -rw-r--r-- | js/src/app/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/app/index.ts b/js/src/app/index.ts index 7f5a44f30..472b39400 100644 --- a/js/src/app/index.ts +++ b/js/src/app/index.ts @@ -12,6 +12,7 @@ export namespace App { const ctx = Context.create<Info>("app"); export async function create(input: { directory: string }) { + Log.file(input.directory); log.info("creating"); const config = await Config.load(input.directory); |
