summaryrefslogtreecommitdiffhomepage
path: root/js/src/util
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-26 21:44:55 -0400
committerDax Raad <[email protected]>2025-05-26 21:44:55 -0400
commitb840a4075956f00d0c46c82b19da24d984dddd07 (patch)
tree2fa94553d382baebf2d193e2b6d6e03f365f5326 /js/src/util
parenta1d40f8f28a7fcb6ff3362a21a177418d76fbe95 (diff)
downloadopencode-b840a4075956f00d0c46c82b19da24d984dddd07.tar.gz
opencode-b840a4075956f00d0c46c82b19da24d984dddd07.zip
sync
Diffstat (limited to 'js/src/util')
-rw-r--r--js/src/util/log.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/util/log.ts b/js/src/util/log.ts
index 776d72839..df460cc50 100644
--- a/js/src/util/log.ts
+++ b/js/src/util/log.ts
@@ -1,6 +1,6 @@
import path from "node:path";
import { AppPath } from "../app/path";
-import fs from "fs/promises";
+import fs from "node:fs/promises";
export namespace Log {
const write = {
out: (msg: string) => {