Improve compiling (#140)
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user