console.error -> debug

This commit is contained in:
Girish Ramakrishnan
2017-02-07 10:48:51 -08:00
parent b91674799b
commit 53d56ef3a0
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ var gActiveTasks = { };
var gPendingTasks = [ ];
var TASK_CONCURRENCY = 3;
var NOOP_CALLBACK = function (error) { if (error) console.error(error); };
var NOOP_CALLBACK = function (error) { if (error) debug(error); };
var gPaused = true;
// resume app tasks when platform is ready or after a crash