Closed rduenasf closed 1 year ago
exec here: https://github.com/ludohenin/gulp-inline-ng2-template/blob/master/parser.js#L278
exec
returns an array, this is being passed into customFilePath but it expects an string
customFilePath
string
This is also happening here:
https://github.com/ludohenin/gulp-inline-ng2-template/blob/master/parser.js#L247
Good catch, would you make a PR for that ?
exec
here: https://github.com/ludohenin/gulp-inline-ng2-template/blob/master/parser.js#L278returns an array, this is being passed into
customFilePath
but it expects anstring