Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Nov 11, 2024
1 parent ac78512 commit 90ee2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { spawn } from 'child_process';
import { lock } from 'proper-lockfile';
import fs from 'fs';
import binaries from './binaries/metadata.cjs';
import { virtualminExec } from './executor/virtualmin';
import { virtualminExec } from './executor/virtualmin.js';
const {
javaVersionsList,
javaVersionsMap,
Expand Down

0 comments on commit 90ee2fe

Please sign in to comment.