diff options
| author | Dax Raad <[email protected]> | 2025-05-26 21:44:55 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-26 21:44:55 -0400 |
| commit | b840a4075956f00d0c46c82b19da24d984dddd07 (patch) | |
| tree | 2fa94553d382baebf2d193e2b6d6e03f365f5326 /js/src/session | |
| parent | a1d40f8f28a7fcb6ff3362a21a177418d76fbe95 (diff) | |
| download | opencode-b840a4075956f00d0c46c82b19da24d984dddd07.tar.gz opencode-b840a4075956f00d0c46c82b19da24d984dddd07.zip | |
sync
Diffstat (limited to 'js/src/session')
| -rw-r--r-- | js/src/session/session.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/session/session.ts b/js/src/session/session.ts index 6d873ef1c..1ab09d40d 100644 --- a/js/src/session/session.ts +++ b/js/src/session/session.ts @@ -1,4 +1,4 @@ -import path from "path"; +import path from "node:path"; import { App } from "../app/"; import { Identifier } from "../id/id"; import { LLM } from "../llm/llm"; |
