From 47e34f9da7570b66467532eae9c764e1b9a9f826 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 11 Jul 2018 21:14:28 -0600 Subject: [PATCH] Fix comment --- core/abracadabra.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/abracadabra.js b/core/abracadabra.js index 676600e4..c0bb2c83 100644 --- a/core/abracadabra.js +++ b/core/abracadabra.js @@ -149,7 +149,7 @@ exports.getModule = class AbracadabraModule extends MenuModule { const exeInfo = { cmd : this.config.cmd, - cwd : this.config.cwd, // null/undefined=path of |cwd| + cwd : this.config.cwd, // null/undefined = parent_of(cmd) args : this.config.args, io : this.config.io || 'stdio', encoding : this.config.encoding || this.client.term.outputEncoding,