You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2022. It is now read-only.
Always use a wrapper for logging rather than using `console.log();`. This is due to some browsers crashing when `console.log();` is used.
1529
-
1530
-
[This tool](https://github.com/patik/console.log-wrapper) is a very good wrapper with some great customizable options.
1528
+
Always use a wrapper for logging rather than using `console.log()`. FESK uses [loglevel](https://github.com/pimterry/loglevel) by default and AngularJs has `$log` built in.
0 commit comments