Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
iigmir committed Nov 21, 2023
1 parent 70546c5 commit 0146660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/generators/local-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class LocalFileGenerator implements BasicGenerator
directory_files: string[] = [];
template = "";
fs_handler = null;
new_parsed_htmls = [""]
new_parsed_htmls: string[] = [];
async get_new_parsed_htmls()
{
async function get_source_markdowns(source_directory = "", directory_files = [""]) {
Expand Down

0 comments on commit 0146660

Please sign in to comment.