mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
feat: Added simple graphing calculator
This commit is contained in:
@@ -597,7 +597,7 @@ namespace hex::init {
|
||||
void runExitTasks() {
|
||||
for (const auto &[name, task, async] : init::getExitTasks()) {
|
||||
bool result = task();
|
||||
log::info("Exit task '{0}' finished {1}", result ? "successfully" : "unsuccessfully");
|
||||
log::info("Exit task '{0}' finished {1}", name, result ? "successfully" : "unsuccessfully");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user