Skip to content

Replace `split(/\s+/)` with `match(/\w+|"[^"]+"|'[^']+'/g).map(v=>v.r…

04cd504
Select commit
Loading
Failed to load commit list.
Open

Replace split(/\s+/) to allow for spaces in file names & paths when using datafile #91

Replace `split(/\s+/)` with `match(/\w+|"[^"]+"|'[^']+'/g).map(v=>v.r…
04cd504
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs