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 76ddf87 commit 5db4202Copy full SHA for 5db4202
packages/node/src/stacktrace.ts
@@ -21,7 +21,7 @@ export interface StackFrame {
21
columnNumber: number;
22
}
23
24
-/** Extracts StackFrames fron the Error */
+/** Extracts StackFrames from the Error */
25
export function parse(err: Error): StackFrame[] {
26
if (!err.stack) {
27
return [];
0 commit comments