提交 24b4a261 编写于 作者: C chyyy0213

bugfix for setAspectRatio

Signed-off-by: Nchyyy0213 <chenhaiying3@huawei.com>
Change-Id: I06172389202705d52703c748876dbd05a184679a
上级 3f4fa4bd
...@@ -4572,7 +4572,7 @@ try { ...@@ -4572,7 +4572,7 @@ try {
console.error('Failed to set the aspect ratio of window. Cause:' + JSON.stringify(err)); console.error('Failed to set the aspect ratio of window. Cause:' + JSON.stringify(err));
return; return;
} }
console.error('Failed to set the aspect ratio of window. Cause:' + JSON.stringify(err)); console.error('Succeeded in setting the aspect ratio of window.');
}); });
} catch (exception) { } catch (exception) {
console.error('Failed to set the aspect ratio of window. Cause: ' + JSON.stringify(exception)); console.error('Failed to set the aspect ratio of window. Cause: ' + JSON.stringify(exception));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册