Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizify committed Apr 13, 2017
1 parent c8d2326 commit 2ac1906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class VConsoleSystemTab extends VConsoleLogTab {
logMsg = 'iPod, iOS ' + ipod[2].replace(/_/g, '.');
}
let templogMsg = logMsg;
// wechat app version
// wechat client version
let version = ua.match(/MicroMessenger\/([\d\.]+)/i);
logMsg = 'Unknown';
if (version && version[1]) {
Expand Down

0 comments on commit 2ac1906

Please sign in to comment.