Closed KoltesDigital closed 6 years ago
Fix fand/veda#97.
For a unknown reason, npm run ci does not support new RegExp(path.sep, 'g'), so I hardcoded the literal form.
npm run ci
new RegExp(path.sep, 'g')
Thanks @KoltesDigital , it's my fault 😹
Fix fand/veda#97.
For a unknown reason,
npm run ci
does not supportnew RegExp(path.sep, 'g')
, so I hardcoded the literal form.