output actual error message on failure
This commit is contained in:
parent
1cb1323220
commit
b07ac2bfbf
1 changed files with 1 additions and 1 deletions
|
@ -1099,7 +1099,7 @@ sub rename_directory
|
|||
}
|
||||
else
|
||||
{
|
||||
installer::exiter::exit_program("ERROR: Could not move directory from $olddir to $newdir", "rename_directory");
|
||||
installer::exiter::exit_program("ERROR: Could not move directory from $olddir to $newdir $!", "rename_directory");
|
||||
}
|
||||
|
||||
return $newdir;
|
||||
|
|
Loading…
Reference in a new issue