implement send all support

This commit is contained in:
Matias Alejo Garcia 2015-06-19 15:00:27 -03:00
commit 206fe41db5
4 changed files with 35 additions and 3 deletions

View file

@ -58,7 +58,7 @@ angular
historicLog.add(level, args.join(' '));
orig.apply(null, args);
} catch (e) {
console.log('Error at log decorator:', e);
console.log('ERROR (at log decorator):', e, args[0]);
}
};
});