We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8708f8 commit e0b7c9bCopy full SHA for e0b7c9b
src/main.ts
@@ -276,7 +276,7 @@ export default class CustomSortPlugin
276
}
277
278
logDeferredFileExplorerWatcherSetupInfo() {
279
- const msg = `${PLUGIN_ID} v${this.manifest.version}: Set up a watcher to apply custom sort automatically when the File Explorer is displayed.\n`
+ const msg = `${PLUGIN_ID} v${this.manifest.version}: A watcher was set up to apply custom sort automatically when the File Explorer is displayed.\n`
280
console.warn(msg)
281
282
0 commit comments