We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81971b commit f3af180Copy full SHA for f3af180
src/js/bootstrap.js
@@ -53,7 +53,7 @@ function log(/*...*/) {
53
spaces_fmt = (num_spaces > 0 ? " ".repeat(num_spaces) : " ");
54
55
if (time_diff > 99) {
56
- time_diff_fmt = '%c' + time_diff_fmt + '%c';
+ time_diff_fmt = '%c' + time_diff_fmt + '%c'
57
// insert styles as second and third args
58
args.splice(1, 0, 'color:yellow', 'color:auto');
59
}
0 commit comments