fix issues

This commit is contained in:
Johannes Loher 2021-09-12 17:48:14 +02:00
parent 835efb31b9
commit 6a406db60a
23 changed files with 295 additions and 118 deletions

View file

@ -58,8 +58,7 @@ async function migrateFromTo(oldMigrationVersion: number, targetMigrationVersion
}),
{ permanent: true },
);
err.message = `Failed ds4 system migration: ${err.message}`;
logger.error(err);
logger.error("Failed ds4 system migration:", err);
return;
}
}