|
@@ -91,7 +91,6 @@ export namespace Format {
|
|
|
|
|
|
|
|
export function init() {
|
|
export function init() {
|
|
|
log.info("init")
|
|
log.info("init")
|
|
|
- return
|
|
|
|
|
Bus.subscribe(File.Event.Edited, async (payload) => {
|
|
Bus.subscribe(File.Event.Edited, async (payload) => {
|
|
|
const file = payload.properties.file
|
|
const file = payload.properties.file
|
|
|
log.info("formatting", { file })
|
|
log.info("formatting", { file })
|