mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
✨ add detailed call trace info
This commit is contained in:
@@ -73,7 +73,7 @@ println("coroutine state:\e[91m ",coroutine.status(co),"\e[0m");
|
||||
println("coroutine yield: ",coroutine.resume(co));
|
||||
println("coroutine state:\e[91m ",coroutine.status(co),"\e[0m");
|
||||
|
||||
var co=coroutine.create(func {
|
||||
var co = coroutine.create(func {
|
||||
var a=1;
|
||||
var b = func() {
|
||||
b();
|
||||
|
||||
Reference in New Issue
Block a user