Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jan 4, 2025
1 parent 2d66892 commit ed015f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/cmdline/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ if ($forceConfig) {
$forward_args['forceConfig'] = $true
}

. $1k_script @1k_args @forward_args @unhandled_args
$op_name = @('Generate', 'Build')[!$configOnly]

. $1k_script @1k_args @forward_args @unhandled_args
if ($?) {
$1k.pause("$op_name success")
} else {
Expand Down

0 comments on commit ed015f5

Please sign in to comment.