Skip to content

Commit

Permalink
#291 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 14, 2024
1 parent 2cc2db1 commit a5aa5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ try {
*/
function clear(str) {
if (program.opts().clean) {
clean({...program.opts(), ...str});
coms().clean({...program.opts(), ...str});
}
}

Expand Down

0 comments on commit a5aa5e3

Please sign in to comment.