branch: elpa/aidermacs
commit 09649068680d33e7166a85ceb28cb65d367b492e
Author: Mingde (Matthew) Zeng <[email protected]>
Commit: Mingde (Matthew) Zeng <[email protected]>
Be more verbose about its args
Helps to debug #37
---
aidermacs-backends.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/aidermacs-backends.el b/aidermacs-backends.el
index 4fb70aa617..e5944c5a47 100644
--- a/aidermacs-backends.el
+++ b/aidermacs-backends.el
@@ -91,6 +91,7 @@ If there's a callback function, call it with the output."
"Run aidermacs using the selected backend.
PROGRAM is the aidermacs executable path. ARGS are command line arguments.
BUFFER-NAME is the name for the aidermacs buffer."
+ (message "Running %s with %s" program args)
(cond
((eq aidermacs-backend 'vterm)
(aidermacs-run-vterm program args buffer-name))