diff options
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 9a02757d7..d1969e8a1 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 "path"; -import * as fs from "fs/promises"; +import * as path from "node:path"; +import * as fs from "node:fs/promises"; import { Tool } from "./tool"; import { FileTimes } from "./util/file-times"; |
