You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
Chore: Move Logger from lib to utils package
This commit is contained in:
@ -2,7 +2,7 @@ import { PluginStates } from '../reducer';
|
||||
import { ContentScriptType, ContentScriptContext, PostMessageHandler } from '../api/types';
|
||||
import { dirname } from '@joplin/renderer/pathUtils';
|
||||
import shim from '../../../shim';
|
||||
import Logger from '../../../Logger';
|
||||
import Logger from '@joplin/utils/Logger';
|
||||
import PluginService from '../PluginService';
|
||||
|
||||
const logger = Logger.create('loadContentScripts');
|
||||
|
Reference in New Issue
Block a user