Skip to content

Commit

Permalink
build v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed May 16, 2021
1 parent 02d5dba commit c8641ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ function splitArgs(args) {
if (!args) {
return [];
}
args = args.trim();
if (args === '') {
return [];
}
return args.split(/\s+/);
}

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit c8641ef

Please sign in to comment.