From 1fbfe2507b3729333c90b5acdaf32089180ce928 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Fri, 8 Jan 2016 16:33:13 -0500 Subject: [PATCH] Carry over debug flag. --- src/verbs/build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/verbs/build.js b/src/verbs/build.js index a1c726d..aa3f8e4 100644 --- a/src/verbs/build.js +++ b/src/verbs/build.js @@ -133,6 +133,7 @@ Implementation of the 'generate' verb for HackMyResume. _opts.stitles = opts.sectionTitles; _opts.tips = opts.tips; _opts.noTips = opts.noTips; + _opts.debug = opts.debug; // If two or more files are passed to the GENERATE command and the TO // keyword is omitted, the last file specifies the output file.