mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Fix typo
This commit is contained in:
2
stacktrace-js/stacktrace-js.d.ts
vendored
2
stacktrace-js/stacktrace-js.d.ts
vendored
@@ -48,7 +48,7 @@ declare namespace StackTrace {
|
||||
* @param options Object for options
|
||||
* @return Array[StackFrame]
|
||||
*/
|
||||
export function fromError(error:Error, options?:StackTraceOptions): Promise<StackFrame[]>;
|
||||
export function fromError(error: Error, options?: StackTraceOptions): Promise<StackFrame[]>;
|
||||
|
||||
/**
|
||||
* Use StackGenerator to generate a backtrace.
|
||||
|
||||
Reference in New Issue
Block a user