This commit is contained in:
Nav
2022-08-30 02:05:43 +01:00
parent 2ae3786130
commit 590c6ecb33
3 changed files with 9 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
);
this->command = std::string(decodedCommand.begin(), decodedCommand.end());
this->command.erase(this->command.find_last_not_of(" ") + 1);
}
}