parent
7f52a1e28c
commit
fa7693f6df
|
@ -192,7 +192,7 @@ function guardMigration() {
|
||||||
const context = Context.get()
|
const context = Context.get()
|
||||||
if (context?.isMigrating) {
|
if (context?.isMigrating) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
"The context cannot be change, a migration is currently running"
|
"The context cannot be changed, a migration is currently running"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue