mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 03:55:23 +09:00
gitflow-hotfix-stash: deconThreadError
This commit is contained in:
@@ -457,7 +457,8 @@ function Server._thread:error(err)
|
||||
_return = true
|
||||
else
|
||||
self:close() -- no matter what happens next this thread will be closed
|
||||
error('Thread Error (no handler): '..err)
|
||||
local name = self.name or self.uuid
|
||||
error('Thread Error (no handler) on <'..name..'>: '..err)
|
||||
end
|
||||
return _return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user