I am a little tired of such errors:

It says nothing about which file or which function or which line.
In this case, it was the callerβs line
vm.setDates(new Date(vm.checkin*1000).format('M d Y'), new Date(vm.checkout*1000).format('M d Y'))
And some functions in the code were the .format function, where there was an error.
Is there a way to improve the "error directions" than app.bundle.js: 12345 ??
source share