File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 43
43
" Quentin Rossetti <quentin.rossetti@gmail.com>" ,
44
44
" František Gič <frantisek.gic@gmail.com>" ,
45
45
" Oskar Larsson Högfeldt <g@oskar-lh.name>" ,
46
- " Amin Yahyaabadi <aminyahyaabadi74@gmail.com>"
46
+ " Amin Yahyaabadi <aminyahyaabadi74@gmail.com>" ,
47
+ " sergxerj"
47
48
],
48
49
"license" : " MIT" ,
49
50
"bugs" : {
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export function Run(
80
80
// Parse and add command (non-switches parameters) to `args`.
81
81
let regexpCommands = / " ( (?: \\ .| [ ^ " \\ ] ) * ) " / g;
82
82
let commands = command . match ( regexpCommands ) || [ ] ;
83
- for ( command of commands ) {
83
+ for ( let command of commands ) {
84
84
const arg = command . replace ( / ( \/ | \\ ) / g, sep ) ;
85
85
args . push ( normalize ( arg ) ) ;
86
86
}
You can’t perform that action at this time.
0 commit comments