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/src/tool/patch.ts | |
| parent | 041a080a139a06402d9c0ce4d37622f9eb49e729 (diff) | |
| download | opencode-e88264075a8b67c46b57d13db8488f4f01e7f9f1.tar.gz opencode-e88264075a8b67c46b57d13db8488f4f01e7f9f1.zip | |
sync
Diffstat (limited to 'js/src/tool/patch.ts')
| -rw-r--r-- | js/src/tool/patch.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/tool/patch.ts b/js/src/tool/patch.ts index 209a2d927..137877a7b 100644 --- a/js/src/tool/patch.ts +++ b/js/src/tool/patch.ts @@ -1,6 +1,6 @@ import { z } from "zod"; -import * as path from "node:path"; -import * as fs from "node:fs/promises"; +import * as path from "path"; +import * as fs from "fs/promises"; import { Tool } from "./tool"; import { FileTimes } from "./util/file-times"; |
