提交 a32c4c1f 编写于 作者: M Martin Aeschlimann

Fix for v8-inspect-protocol

上级 6d77168f
......@@ -32,6 +32,6 @@ declare module 'v8-inspect-profiler' {
}
export function startProfiling(options: { port: number, tries?: number, retyWait?: number }): PromiseLike<ProfilingSession>;
export function writeProfile(profile: Profile, name?: string): PromiseLike<void>;
export function writeProfile(profile: ProfileResult, name?: string): PromiseLike<void>;
export function rewriteAbsolutePaths(profile, replaceWith?);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册