Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu committed Oct 21, 2019
1 parent f096df4 commit aca70a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FileGeneration.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class FileGeneration {
this.backgroundColor = 'white';
this.host = '';
this.streamHost = '';
this.engine = '';
this.engine = engine;
this.dir = dir;
this.name = name;
this.title = title;
Expand Down

0 comments on commit aca70a2

Please sign in to comment.