implement: scroll to error

This commit is contained in:
TheSecEng 2020-04-18 15:13:20 -04:00
parent fb5d663343
commit 0907e45be7
No known key found for this signature in database
GPG Key ID: A7C3BA459E8C5C4E
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ class PrettyJsonBaseCommand:
) )
) )
self.phantom_set.update(self.phantoms) self.phantom_set.update(self.phantoms)
self.view.show(region)
self.view.set_status('json_errors', message) self.view.set_status('json_errors', message)
# Description: Taken from # Description: Taken from