Skip to content

Commit 2b62d3c

Browse files
committed
bugfix
1 parent 384a129 commit 2b62d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenario-black-box.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as sync from './src/execute-black-box.js'
22
import * as scenarioAlgorithms from './src/scenario-algorithm.js'
33
import utils from './src/utils.js'
44

5-
import {Command} from 'command'
5+
import {Command} from "https://deno.land/x/[email protected]/commander/index.ts"
66

77
const program = new Command()
88

0 commit comments

Comments
 (0)