implement send all support
This commit is contained in:
parent
d10057c745
commit
206fe41db5
4 changed files with 35 additions and 3 deletions
|
|
@ -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]);
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue