Skip to content

Commit

Permalink
Fix cli with the new module layout (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Douile authored Nov 28, 2023
1 parent 633888b commit d37c5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gamedig.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import * as process from "node:process";

import Minimist from 'minimist'
import GameDig from './../lib/index.js'
import { GameDig } from './../lib/index.js'

const argv = Minimist(process.argv.slice(2), {
boolean: ['pretty', 'debug', 'givenPortOnly', 'requestRules'],
Expand Down

0 comments on commit d37c5b7

Please sign in to comment.