mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
Fix linter
This commit is contained in:
parent
bd81c2e005
commit
952aa0c6ca
@ -38,7 +38,6 @@ class Storage
|
|||||||
MainFiber.run do
|
MainFiber.run do
|
||||||
DB.open "sqlite3://#{@path}" do |db|
|
DB.open "sqlite3://#{@path}" do |db|
|
||||||
begin
|
begin
|
||||||
severity = Logger.get_severity
|
|
||||||
MG::Migration.new(db, log: Logger.default.raw_log).migrate
|
MG::Migration.new(db, log: Logger.default.raw_log).migrate
|
||||||
rescue e
|
rescue e
|
||||||
Logger.fatal "DB migration failed. #{e}"
|
Logger.fatal "DB migration failed. #{e}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user