Fixed missing arguments

This commit is contained in:
wrenge 2023-11-15 13:46:06 +03:00
parent 39ecdd39f8
commit 3e064092c7
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ function bhl_run($debug = true, $force = false, $exit_on_err = true, stdClass $b
$bhl_proj ??= bhl_proj();
$result_file = $bhl_proj->result_file;
if($force || need_to_regen($result_file, bhl_scan_files()))
if($force || need_to_regen($result_file, bhl_scan_files($bhl_proj)))
{
bhl_shell("compile -p " . $bhl_proj->file_path . " " .
($debug ? " -d" : "") . " " .