cleanup: do not convert exceptions to strings.
This commit is contained in:
@ -169,7 +169,7 @@ __PACKAGE__->register_method ({
|
||||
}
|
||||
});
|
||||
|
||||
die "$@" if $@;
|
||||
die $@ if $@;
|
||||
};
|
||||
|
||||
return $rpcenv->fork_worker('lvmcreate', $name, $user, $worker);
|
||||
|
||||
Reference in New Issue
Block a user