提交 e6597bb2 编写于 作者: X xinking129

add fix interface description

Signed-off-by: Nxinking129 <xinxin13@huawei.com>
上级 b1effdc1
......@@ -45,10 +45,10 @@ let callback = {
onUnhandledException: function (errMsg) {
console.log(errMsg);
}
onException: function (errObject) {
onException: function (errorObj) {
console.log('onException, name: ', errorObj.name);
console.log('onException, message: ', errorObj.message);
if (typeof(errorObject.stack) === 'string') {
if (typeof(errorObj.stack) === 'string') {
console.log('onException, stack: ', errorObj.stack);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册