From d6bbba7bf064991d59fbfe74db5221e0118a781c Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Fri, 10 Jan 2025 17:40:02 -0500 Subject: [PATCH] fix: appease mocha's import requirements --- src/phoenix/src/puter-shell/coreutils/localsh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phoenix/src/puter-shell/coreutils/localsh.js b/src/phoenix/src/puter-shell/coreutils/localsh.js index 80f9302e..314c3e42 100644 --- a/src/phoenix/src/puter-shell/coreutils/localsh.js +++ b/src/phoenix/src/puter-shell/coreutils/localsh.js @@ -1,4 +1,4 @@ -import { TeePromise } from "@heyputer/putility/src/libs/promise"; +import { TeePromise } from "@heyputer/putility/src/libs/promise.js"; export default { name: 'localsh',