From 1cf2cab3fdc25301f6a5276ebb40fec719808fc4 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 20 Dec 2025 20:26:44 -0400 Subject: quickstat (mayhaps) --- src/node-utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/node-utils.js') diff --git a/src/node-utils.js b/src/node-utils.js index 345d10aa..59e7372c 100644 --- a/src/node-utils.js +++ b/src/node-utils.js @@ -1,11 +1,12 @@ // Utility functions which are only relevant to particular Node.js constructs. -import {readdir, stat} from 'node:fs/promises'; import * as path from 'node:path'; import {fileURLToPath} from 'node:url'; import _commandExists from 'command-exists'; +import {readdir, stat} from '#quickstat'; + // This package throws an error instead of returning false when the command // doesn't exist, for some reason. Yay for making logic more difficult! // Here's a straightforward workaround. -- cgit 1.3.0-6-gf8a5