am: push storage from error applet with non-zero size

master
Liam 2024-01-30 20:13:48 +07:00
parent 8e0a40434c
commit 817d916233
1 changed files with 1 additions and 1 deletions

@ -207,7 +207,7 @@ void Error::Execute() {
void Error::DisplayCompleted() {
complete = true;
PushOutData(std::make_shared<IStorage>(system, std::vector<u8>()));
PushOutData(std::make_shared<IStorage>(system, std::vector<u8>(0x1000)));
Exit();
}