I'm getting this error when executing my code:
/home/app/node_modules/source-map-support/source-map-support.js:379
return state.nextPosition.name || originalFunctionName();
^
TypeError: Cannot read property 'name' of undefined
It looks like the previous line checks to see if state.nextPosition is null, but does not check if it's undefined.