Skip to content

Commit 600cb5b

Browse files
committed
Update utils.js
1 parent 049a4c1 commit 600cb5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ let logVersion = () => {
7474
console.log('%cCodeit ' + version + (isDev ? ' [dev]' : ''), 'font-style: italic; color: gray');
7575
}
7676

77+
logVersion();
78+
7779

7880
// dev build
7981
let isDev = false;
@@ -85,8 +87,6 @@ if (window.location.href.includes('dev')) {
8587

8688
}
8789

88-
logVersion();
89-
9090

9191

9292
// sidebar loader

0 commit comments

Comments
 (0)