autocomplete

This commit is contained in:
Olivier Gagnon
2021-10-15 13:12:18 -04:00
parent 6b0e5416c4
commit c1d4ced331
6 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export function Reviver(key: string, value: IReviverValue | null): any {
// Compatibility for version v0.43.1
// TODO Remove this eventually
if (value.ctor === "AllServersMap") {
console.log("Converting AllServersMap for v0.43.1");
console.warning("Converting AllServersMap for v0.43.1");
return value.data;
}