fix formatters
parent
090d27df11
commit
b3c6d0b08a
|
|
@ -91,7 +91,6 @@ export namespace Format {
|
|||
|
||||
export function init() {
|
||||
log.info("init")
|
||||
return
|
||||
Bus.subscribe(File.Event.Edited, async (payload) => {
|
||||
const file = payload.properties.file
|
||||
log.info("formatting", { file })
|
||||
|
|
|
|||
Loading…
Reference in New Issue