Skip to content

Commit

Permalink
fix: CLI crashes on run command
Browse files Browse the repository at this point in the history
  • Loading branch information
saadjutt01 committed Sep 8, 2020
1 parent 167f37a commit 0f73928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Expand Up @@ -178,7 +178,7 @@ export async function cli(args) {
await add(command.parameters[1])
break
case 'run':
const { filePath, targetName } = command.parameters[1]
const { filePath, targetName } = command.parameters
await run(filePath, targetName)
break
default:
Expand Down

0 comments on commit 0f73928

Please sign in to comment.