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.