📋 reload-plugins.ts

This commit is contained in:
nirholas
2026-03-31 10:23:05 +00:00
parent a935f92b72
commit e291ad9ac5

View File

@@ -60,3 +60,4 @@ function n(count: number, noun: string): string {
return `${count} ${plural(count, noun)}` return `${count} ${plural(count, noun)}`
} }