make it easier to filter clientside logs
This commit is contained in:
@@ -158,7 +158,7 @@ define([
|
||||
var done = function () {
|
||||
clearTimeout(timeout);
|
||||
if (btime) {
|
||||
console.log("Compiling [" + url + "] took " + (+new Date() - btime) + "ms");
|
||||
console.info("Compiling [" + url + "] took " + (+new Date() - btime) + "ms");
|
||||
}
|
||||
cb();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user