gitflow-hotfix-stash: deconThreadError

This commit is contained in:
Cooldude2606
2019-01-19 14:20:47 +00:00
parent c31bca9dba
commit 2ed80fcce7
2 changed files with 3 additions and 2 deletions

View File

@@ -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