提交 0d398b72 编写于 作者: S sundar

Merge

......@@ -243,7 +243,7 @@ final class DebuggerSupport {
return value.toString();
case STRING:
return escape((String)value);
return escape(value.toString());
case NUMBER:
return JSType.toString(((Number)value).doubleValue());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册