Merge 87f022b8af
into 1eb32df515
This commit is contained in:
commit
2546d445e6
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue