mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #2586 from gradido/fix-error-handling
fix(frontend): throw proper frontend warning errors
This commit is contained in:
commit
802d0b4efe
@ -70,6 +70,6 @@ console.warn = (m) => {
|
||||
}
|
||||
|
||||
// throw errors for vue warnings to force the programmers to take care about warnings
|
||||
Vue.config.warnHandler = (w) => {
|
||||
Vue.config.warnHandler = async (w) => {
|
||||
throw new Error(w)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user