From 70288a4cc27e3187b8d0ae174be3e9aaaef01171 Mon Sep 17 00:00:00 2001 From: David Diaz Date: Mon, 23 Oct 2017 10:18:07 -0600 Subject: [PATCH] Added some debug prints. --- beau.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/beau.py b/beau.py index bb89811..b1da313 100644 --- a/beau.py +++ b/beau.py @@ -27,6 +27,7 @@ class BeauCommand(sublime_plugin.TextCommand): return print('Using ' + self.path) + print([ self.path, '-c', active_view.file_name(), '--clean-list' ]) proc = Popen([ self.path, @@ -77,6 +78,8 @@ class BeauCommand(sublime_plugin.TextCommand): active_window.status_message('Executing: ' + alias) + print([ self.path, '-c', active_view.file_name(), '-R', alias ]) + proc = Popen([ self.path, '-c',