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 fd654d7 commit fc6706dCopy full SHA for fc6706d
src/main.ts
@@ -164,7 +164,7 @@ export default class CustomSortPlugin
164
if (anySortingSpecFound) {
165
this.showNotice(`Parsing custom sorting specification SUCCEEDED!`)
166
} else {
167
- this.showNotice(`Implicit custom sorting specification consumed.`)
+ this.showNotice(`No custom sorting spec, will go with implicit sorting (bookmarks-based).`)
168
}
169
170
0 commit comments