Improve compiling (#140)

This commit is contained in:
ykiko
2025-06-17 22:07:31 +08:00
committed by GitHub
parent 9939f57acd
commit a3075f86c0
35 changed files with 418 additions and 384 deletions

View File

@@ -289,7 +289,7 @@ public:
void stacktrace() {
promise_base* handle = core;
while(handle) {
println("{}:{}:{}",
clice::println("{}:{}:{}",
handle->location.file_name(),
handle->location.line(),
handle->location.function_name());