Skip to content

Commit

Permalink
Fix issue with flast builder reverting before the file is read
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-escp committed Jul 4, 2024
1 parent 0e3f1cb commit a026d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flast-pkg-builder/build-flast.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ function buildLibraryForBrowser(filename, targetOutputFile) {
}
augmentArborist();
buildLibraryForBrowser(__dirname + '/flast-src.js', path.resolve(__dirname + '/..' + '/public/flast.js'));
setTimeout(() => augmentArborist(true), 100);
setTimeout(() => augmentArborist(true), 1000);

0 comments on commit a026d9a

Please sign in to comment.