morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
55c24300
by Nicolas Vigier at 2024-11-27T17:57:04+01:00
1 changed file:
Changes:
| ... | ... | @@ -165,7 +165,7 @@ sub convert_files { |
| 165 | 165 | (undef, $err, $success) = capture_exec('make_full_update.sh', '-q',
|
| 166 | 166 | $output, $appdir);
|
| 167 | 167 | exit_error "Error updating $output: $err" unless $success;
|
| 168 | - exit_error "make_full_update.sh failed. $output does not exist."
|
|
| 168 | + exit_error "make_full_update.sh failed. $output was not created.\n$err"
|
|
| 169 | 169 | unless -f $output;
|
| 170 | 170 | $pm->finish;
|
| 171 | 171 | }
|