This commit is contained in:
Gavin S 2025-04-11 09:56:02 -07:00 committed by GitHub
commit 2546d445e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -508,6 +508,7 @@ class JqQueryPrettyJson(sublime_plugin.WindowCommand):
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
stdin=subprocess.PIPE,
creationflags=subprocess.CREATE_NO_WINDOW,
)
QUERY_LEN = len(query)
raw_json = self.get_content()