Skip to content

Commit

Permalink
add helper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mkim219 committed Nov 19, 2021
1 parent e32aa16 commit 094cb77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async function createHtmlFileTest(basename, data, stylesheet = "", outputPath) {
style: stylesheet,
fileExtname: path.extname(basename),
};
const underscoreFileName = fileName.replaceAll(" ", "_");
//const underscoreFileName = fileName.replaceAll(" ", "_");

//dont actually write the file.

Expand Down Expand Up @@ -330,4 +330,5 @@ module.exports = {
displayError,
createHtmlFile,
createHtmlFileTest,
createIndexHtmlFile
};

0 comments on commit 094cb77

Please sign in to comment.