You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: An error occurred in an async call.
cause stack is ...
Error: EMFILE, open 'src/js/lib/cultures/globalize.culture.hi.js'
async call history is ...
[ { function: 'readFile',
location: '/Users/jryding/Development/pure-cloud-browser-app/node_modules/grunt-istanbul/tasks/helpers.js:65:44',
mapping:
{ name: 'src/js/lib/cultures/globalize.culture.hi.js',
code: [Object] } } ]
The text was updated successfully, but these errors were encountered:
Looking at a similar issue in the istanbul project, the problem there was that the code was asynchronously loading all of the files to run the action against them.
Digging into the error above at helpers.js:65, it looks like that line is also using an async call to load the files we want to instrument.
I have a large JS project whose files I am trying to instrument. When I try to run "grunt instrument" with the following config:
I get the following error:
The text was updated successfully, but these errors were encountered: