We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JSError.stack
1 parent 2af259d commit 8c348a3Copy full SHA for 8c348a3
Sources/JavaScriptKit/BasicObjects/JSError.swift
@@ -24,7 +24,7 @@ public final class JSError: Error {
24
jsObject.name.string!
25
}
26
27
- /// The JavaScript call trace that led to the creation of this error object.
+ /// The JavaScript call stack that led to the creation of this error object.
28
public var stack: String? {
29
jsObject.stack.string
30
0 commit comments