We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When receiving an error:
✗� resetting service ✗ �should return proper response� » �expected �true�, got �false��� // service.js:448� ✗ ��Broken�� » �1� broken� (1.511s)�
It would be great if the full path was showed since that will allow the user to click on it and be taken to that file line by some IDE:s like Cloud9.
Like this:
✗� resetting service ✗ �should return proper response� » �expected �true�, got �false��� // /Volumes/Private/Development/project/service.js:448� ✗ ��Broken�� » �1� broken� (1.511s)�
The text was updated successfully, but these errors were encountered:
I've implemented this in my repo. Let me know what you think. If it is what you were expecting, then I'll create a pull request.
BTW, is there any way to make this issue into a pull request? Or, would it just be another issue?
Sorry, something went wrong.
@execjosh please do create a pull-request. It'll be another issue, but we can cross-reference them.
Woah, completely forgot about this! More than two years ago(;・∀・)
No branches or pull requests
When receiving an error:
It would be great if the full path was showed since that will allow the user to click on it and be taken to that file line by some IDE:s like Cloud9.
Like this:
The text was updated successfully, but these errors were encountered: