minor refactor

This commit is contained in:
MihailRis
2025-11-04 11:53:48 +03:00
parent 90f7fce2b1
commit ca6096c397
5 changed files with 29 additions and 14 deletions
+1 -2
View File
@@ -32,8 +32,7 @@ void ServerMainloop::run() {
setLevel(std::move(level));
});
logger.info() << "starting test " << coreParams.scriptFile.string();
auto process = scripting::start_coroutine(
auto process = scripting::start_app_script(
"script:" + coreParams.scriptFile.filename().u8string()
);