提交 2eb80f36 编写于 作者: L liuyi 提交者: Ryan Dahl

Refactor code to be same style

上级 b3dac828
......@@ -165,7 +165,7 @@ function CallSiteToString(frame: CallSite): string {
line += `${typeName}.${methodName || "<anonymous>"}`;
}
} else if (isConstructor) {
line += "new " + (functionName || "<anonymous>");
line += `new ${functionName || "<anonymous>"}`;
} else if (functionName) {
line += functionName;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册