meteor-helper
meteor-helper copied to clipboard
launch editor at error line
when the app throws an error can you have atom editor open the source at the right point?
Well that would not work with all kind of sources. At least, it doesn't for CoffeeScript or Jade.
Moreover, the reported error stack generally ends up in the .meteor/local/build/blablabla.
Except if you have an idea around it?
it would be great if it worked just with coffeescript :) i think errors come with the relevant original line from the sourcemap? but i'm sorry, don't have much to contribute on workaround.