Skip to content

Commit

Permalink
fix: force update package
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Apr 26, 2021
1 parent 271767e commit e56f4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/local-storage/src/local-database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class LocalDatabase extends TokenActions implements IPluginStorage<{}> {
try {
fs.accessSync(sinopiadbPath, fs.constants.F_OK);
// @ts-ignore
process.emitWarning('Database name deprecated!', {
process.emitWarning('Database name deprecated', {
code: 'VERCODE01',
detail: `Please rename database name from ${DEPRECATED_DB_NAME} to ${DB_NAME}`,
});
Expand Down

0 comments on commit e56f4fd

Please sign in to comment.