You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Chore: Move Logger from lib to utils package
This commit is contained in:
		| @@ -3,7 +3,7 @@ import shim from '@joplin/lib/shim'; | ||||
| import Setting from '@joplin/lib/models/Setting'; | ||||
| const { themeStyle } = require('../../global-style.js'); | ||||
| import markupLanguageUtils from '@joplin/lib/markupLanguageUtils'; | ||||
| import Logger from '@joplin/lib/Logger'; | ||||
| import Logger from '@joplin/utils/Logger'; | ||||
| const { assetsToHeaders } = require('@joplin/renderer'); | ||||
|  | ||||
| const logger = Logger.create('NoteBodyViewer/useSource'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user