diff options
| author | Dax Raad <[email protected]> | 2025-05-28 17:24:15 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-28 17:24:21 -0400 |
| commit | e88264075a8b67c46b57d13db8488f4f01e7f9f1 (patch) | |
| tree | 74aeb70ee3625355ab5c0440451505ca10997a80 /js/example | |
| parent | 041a080a139a06402d9c0ce4d37622f9eb49e729 (diff) | |
| download | opencode-e88264075a8b67c46b57d13db8488f4f01e7f9f1.tar.gz opencode-e88264075a8b67c46b57d13db8488f4f01e7f9f1.zip | |
sync
Diffstat (limited to 'js/example')
| -rw-r--r-- | js/example/cli.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/example/cli.ts b/js/example/cli.ts index 476286ecb..9c9e07edd 100644 --- a/js/example/cli.ts +++ b/js/example/cli.ts @@ -1,5 +1,5 @@ import { App } from "../src/app"; -import path from "node:path"; +import path from "path"; import { edit } from "../src/tool"; import { FileTimes } from "../src/tool/util/file-times"; |
