Skip to content

Commit

Permalink
Fix import to include extension
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbryden committed Dec 14, 2024
1 parent 3f336b3 commit bdd0726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdd0726

Please sign in to comment.