ui: Fixed welcome screen banner and hyperlink rendering

This commit is contained in:
WerWolv
2021-08-16 23:55:06 +02:00
parent f8ed89ee2c
commit 41db0bfafa
3 changed files with 4 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ namespace hex::plugin::builtin {
auto message = AS_TYPE(ASTNodeStringLiteral, params[1])->getString();
if (LITERAL_COMPARE(condition, condition == 0))
ctx.getConsole().log(LogConsole::Level::Warning, hex::format("assert failed \"{0}\"", message.data()));
ctx.getConsole().log(LogConsole::Level::Warning, hex::format("assert failed \"{0}\"", message));
return nullptr;
});