From e88264075a8b67c46b57d13db8488f4f01e7f9f1 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 28 May 2025 17:24:15 -0400 Subject: sync --- js/src/util/context.ts | 2 +- js/src/util/log.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'js/src/util') diff --git a/js/src/util/context.ts b/js/src/util/context.ts index ec686293e..bcaf7ee3c 100644 --- a/js/src/util/context.ts +++ b/js/src/util/context.ts @@ -1,4 +1,4 @@ -import { AsyncLocalStorage } from "node:async_hooks"; +import { AsyncLocalStorage } from "async_hooks"; export namespace Context { export class NotFound extends Error { diff --git a/js/src/util/log.ts b/js/src/util/log.ts index df460cc50..abaddfa37 100644 --- a/js/src/util/log.ts +++ b/js/src/util/log.ts @@ -1,6 +1,6 @@ -import path from "node:path"; +import path from "path"; import { AppPath } from "../app/path"; -import fs from "node:fs/promises"; +import fs from "fs/promises"; export namespace Log { const write = { out: (msg: string) => { -- cgit v1.2.3