Skip to content

Commit 274901a

Browse files
replace unicode ellipsis with ASCII
1 parent 5bd9158 commit 274901a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wheatley.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ export class Wheatley {
776776

777777
const bot_singleton = await proxy.wheatley.findOne({ id: "main" });
778778
if (bot_singleton) {
779-
M.log("migrating database");
779+
M.log("migrating database...");
780780
await proxy.component_state.insertOne({
781781
id: "moderation",
782782
case_number: bot_singleton.moderation_case_number - 1,

0 commit comments

Comments
 (0)