Skip to content

Commit

Permalink
Merge branch 'develop' into hotfix/37
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 authored Jan 10, 2024
2 parents f1e9cbd + 9716684 commit d4c1d07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/contents/index/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import styleText from '~styles';
import createApp from './mounter';

import '~toaster';
import '~logger';


export const config: PlasmoCSConfig = {
Expand Down
4 changes: 4 additions & 0 deletions src/logger.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
console.info = console.log.bind(console, '[bilibili-vup-stream-enhancer]')
console.warn = console.log.bind(console, '[bilibili-vup-stream-enhancer]')
console.error = console.log.bind(console, '[bilibili-vup-stream-enhancer]')
console.debug = console.log.bind(console, '[bilibili-vup-stream-enhancer]')

0 comments on commit d4c1d07

Please sign in to comment.