Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantasWeng committed Dec 15, 2020
1 parent 177a43e commit cf9d951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/vue-socketio.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default new class VueSocketIOLogger {
this.darkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
this.debug = false;
this.prefix = '%cVue-Socket.io: ';
console.log('this.darkMode', this.darkMode)
}

info(text, data = '') {
Expand Down

0 comments on commit cf9d951

Please sign in to comment.