We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbecbd4 commit 43dcf86Copy full SHA for 43dcf86
package.py
@@ -234,7 +234,7 @@ def handle_exception(msg):
234
region = None
235
if get("root-ex-data"):
236
text += " " + get("root-ex-data")
237
- if get("line") and get("column"):
+ if get("line") and get("column") and eval.view:
238
line = get("line")
239
column = get("column")
240
point = eval.view.text_point_utf16(line - 1, column - 1, clamp_column = True)
0 commit comments