minilog
minilog copied to clipboard
Convert octal literals to hexidecimal
Octal literals aren't valid syntax in strict mode, and as strict mode is enforced on most modern bundlers, this should be changed to hexidecimal.
E.g.:

Tests pass and the example console print looks as it does on master.