mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
Replace spdlog (#185)
* remove spdlog * clang format and fix windows * add format shared * windows sucks
This commit is contained in:
@@ -151,7 +151,7 @@ Val* Compiler::compile_asm_file(const goos::Object& form, const goos::Object& re
|
||||
if (m_listener.is_connected()) {
|
||||
m_listener.send_code(data);
|
||||
} else {
|
||||
printf("WARNING - couldn't load because listener isn't connected\n"); // todo spdlog warn
|
||||
printf("WARNING - couldn't load because listener isn't connected\n"); // todo log warn
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user