Skip to content

Commit 9651018

Browse files
Reverted changes
1 parent 2a4c41e commit 9651018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/make-runner.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const args = parseArgs(process.argv),
1111
fast = args.fast,
1212
enactCmd = args['enact-cmd'] || 'enact';
1313

14-
if (!args['enact-cmd'] && !shell.which('enact')) {
14+
if (!enactCmd && !shell.which('enact')) {
1515
errorExit('Sorry, this script requires the enact cli tool');
1616
}
1717

0 commit comments

Comments
 (0)