mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
[libcalamares] Improve explanation of failed processes.
This commit is contained in:
parent
8571fd800e
commit
60f4dd7b3b
2 changed files with 16 additions and 13 deletions
|
@ -104,7 +104,7 @@ ShellProcessJob::exec()
|
|||
if ( suppress_result )
|
||||
cDebug() << "Error code" << r.getExitCode() << "ignored by ShellProcess configuration.";
|
||||
else
|
||||
return Calamares::JobResult::error( tr( "Could not run command." ), r.getOutput() );
|
||||
return r.explainProcess( this, processed_cmd, 10 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue