Skip to content

Commit

Permalink
fix: 卸载不删除配置
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 20, 2023
1 parent 0234c50 commit a913034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Expand Up @@ -61,8 +61,8 @@ export default class ImporterPlugin extends Plugin {
}

async onunload() {
// 卸载删除配置
await removeImporterConfig(this)
// 卸载不删除配置
// await removeImporterConfig(this)
this.logger.info(this.i18n.importerUnloaded)
}
}

0 comments on commit a913034

Please sign in to comment.