Skip to content

Commit

Permalink
Fixes Ririio#14 by adding support for Config file
Browse files Browse the repository at this point in the history
  • Loading branch information
SerpentBytes committed Oct 11, 2022
1 parent b5765f4 commit 62b09e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ try {
if (options.config) {
const lines = fs.readFileSync(options.config, "utf8");
parsedObj = JSON.parse(lines);
console.log(parsedObj);

if (parsedObj.output) {
if (fs.existsSync(parsedObj.output)) {
Expand Down

0 comments on commit 62b09e7

Please sign in to comment.