Hi guys,
within my all-in-packages-based app I am using velocity with velocity test-packages --driver-package velocity:console-reporter --port 9999;
to run tests.
My problem is that it does NOT correctly map error messages to the correct line-numbers, but it shows line-numbers of the compliled versions instead - so finding the place where the error was thrown can be really messy!
Is there a way to make velocity show the correct line-numbers?
Right now it looks like this.
private/var/folders/j3/hmkt_82519vbmq40ccj1c97c0000gn/T/meteor-test-rungqzeq6/.meteor/local/build/programs/server/packages/core-email.js:1847:19
Any ideas?