We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ceb2e commit 93ac29cCopy full SHA for 93ac29c
format/js/haxe/CallStack.hx
@@ -102,6 +102,6 @@ class CallStack {
102
#else
103
static public function callStack():Array<StackItem> throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
104
static public function exceptionStack():Array<StackItem> throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
105
- static public function toString():String throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
+ static public function toString(stack : Array<StackItem>):String throw "Not implemented. See https://github.com/RealyUniqueName/JStack/issues/10";
106
#end
107
}
0 commit comments