mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
feature(main) mrequire: tryCatch -> tryCatchLog
This commit is contained in:
parent
03c5906a39
commit
e4938b593e
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@
|
|||
*/
|
||||
function mrequire(pSrc) {
|
||||
var lModule, msg,
|
||||
lError = Util.tryCatch(function() {
|
||||
lError = Util.tryCatchLog(function() {
|
||||
lModule = require(pSrc);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue