From bdd0726c8160bac6934805481d9a0fad20f94df3 Mon Sep 17 00:00:00 2001 From: Alain Bryden <2285037+alainbryden@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:46:39 -0400 Subject: [PATCH] Fix import to include extension --- go.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.js b/go.js index 02fd8e33..51c09983 100644 --- a/go.js +++ b/go.js @@ -10,7 +10,9 @@ * - Insight (alainbryden) */ -import { getConfiguration, instanceCount, log, getErrorInfo, getActiveSourceFiles, getNsDataThroughFile, tail } from "./helpers"; +import { + getConfiguration, instanceCount, log, getErrorInfo, getActiveSourceFiles, getNsDataThroughFile, tail +} from './helpers.js' const argsSchema = [ ['cheats', true], // (Now true by default - but still an option for backwards compatibility) This is only possible if you have BN14.2