Skip to content

Commit

Permalink
🚨 fix eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ngarbezza committed Feb 5, 2024
1 parent 5dae73a commit f7dbe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/testy_cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import { ScriptAction } from '../lib/script_action.js';

const params = process.argv.slice(2);
const requestedAction = ScriptAction.for(params);
requestedAction.execute(params).then(r => process.exit());
requestedAction.execute(params).then(() => process.exit());

0 comments on commit f7dbe18

Please sign in to comment.