mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 00:02:19 +00:00
fix reload assistant
This commit is contained in:
@@ -210,7 +210,9 @@
|
||||
})
|
||||
} catch (e) {
|
||||
console.log('initServices failed', e.message)
|
||||
return
|
||||
if (e.message != 'Lifecycle cannot go backwards') {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
function createLanguageClient(
|
||||
|
||||
Reference in New Issue
Block a user