Update error message.
This commit is contained in:
parent
ee16218c18
commit
5ce4f45c89
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ export default (io: Server, socket: Socket, data: SendCard) => {
|
|||
catch (err) {
|
||||
socket.emit(`UpdateHand`, {
|
||||
status: 500,
|
||||
message: `${err.name}: ${err.message}`,
|
||||
message: err.message,
|
||||
source: `SendCard`,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue