This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Commit 0b1bee0
committed
fix: Resolve bug with writing no extra args
When prompting for extra args, if no arguments were given, it would pass
an empty string to subprocess which would throw an error about a
pathspec issue. This resolves by doing a special check to see if the
string returned by the extra args check is empty.1 parent 3cd1176 commit 0b1bee0
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
403 | 407 | | |
404 | 408 | | |
405 | 409 | | |
| |||
0 commit comments