Fixed some bugs

This commit is contained in:
WolverinDEV 2019-10-20 12:09:27 +02:00
parent 85b321409d
commit a3c5bcb9f2
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ command command::parse(const std::string_view &data, bool expect_type, bool drop
/* invalid character at index X */
if(!drop_non_utf8)
throw;
goto skip_assign;
}
}