Skip to content

Commit 7bee942

Browse files
committed
Minor finetuning of console log message
1 parent 890aa42 commit 7bee942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export default class CustomSortPlugin
276276
}
277277

278278
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`
279+
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`
280280
console.warn(msg)
281281
}
282282

0 commit comments

Comments
 (0)