This commit is contained in:
delphinus
2016-03-31 00:31:36 +09:00
parent 48f9ebd339
commit 6d023860d1

View File

@@ -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.