Move most StreamBuffer code into base-buffer.hpp
This commit is contained in:
@@ -116,7 +116,7 @@ public:
|
||||
}
|
||||
uint8_t b = sb_->read_uint8();
|
||||
deserialize_r(b, val);
|
||||
} catch (const StreamEof &e) {
|
||||
} catch (const StreamException &e) {
|
||||
error_ = "EOF reached while deserializing data";
|
||||
lua_settop(LS_.state(), top);
|
||||
LS_.set(val, LuaNil);
|
||||
|
||||
Reference in New Issue
Block a user