You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Chore: Move Logger from lib to utils package
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
// another location, when the response is received, it resolves that promise.
|
||||
// See UserWebviewIndex.js to see how it's done.
|
||||
|
||||
import Logger from '../Logger';
|
||||
import Logger from '@joplin/utils/Logger';
|
||||
import PluginService from './plugins/PluginService';
|
||||
|
||||
const logger = Logger.create('PostMessageService');
|
||||
|
Reference in New Issue
Block a user