Commit 031a6bf1 authored by liujiangnan's avatar liujiangnan

debug

parent d9eb3f6e
...@@ -227,6 +227,7 @@ cc.Class({ ...@@ -227,6 +227,7 @@ cc.Class({
console.log("======mid1========"); console.log("======mid1========");
cc.director.loadScene("debug_shell", null, null, (err, scene) => { cc.director.loadScene("debug_shell", null, null, (err, scene) => {
if (err) { if (err) {
console.log("====liu===err: ", err);
this.asyncDelayLog('err: ', err); this.asyncDelayLog('err: ', err);
} }
cc.audioEngine.stopAll(); cc.audioEngine.stopAll();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment