mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
07b8b6a96d
commit
36b5d60443
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ Util = exports || {};
|
|||
Util.parseJSON = function(pJSON){
|
||||
var lRet;
|
||||
|
||||
Util.tryCatchLog(function(){
|
||||
Util.tryCatch(function(){
|
||||
lRet = JSON.parse(pJSON);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue