Duroktar / Wolf

Wolf is a VsCode extension that enables live inspection of Python code in the editor.
Other
128 stars 7 forks source link

wolf does not give a clear error message #41

Open Almenon opened 6 years ago

Almenon commented 6 years ago

see #40 - instead of File "\<string>", line 1\n, wolf should tell the user that it failed. ex:

x  =~0 #?  Wolf encountered an error when trying to display your variable.
Duroktar commented 6 years ago

Good point, I'll try to clean up this and the other error handlers as well. Thanks!