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
#173 uses --all on a file containing unrecognized syntax. Requiring babel-core/register is the correct solution but it's unfortunate that nyc spits out a rather deep stack trace. Instead it should report which file it failed to instrument, offering suggestions regarding excluding those files or hooking up a transpiler.
The text was updated successfully, but these errors were encountered:
novemberborn
changed the title
--all should report which fails it failed to instrument
--all should report which files it failed to instrument
Mar 5, 2016
#173 uses
--all
on a file containing unrecognized syntax. Requiringbabel-core/register
is the correct solution but it's unfortunate that nyc spits out a rather deep stack trace. Instead it should report which file it failed to instrument, offering suggestions regarding excluding those files or hooking up a transpiler.The text was updated successfully, but these errors were encountered: