You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewTypeError(`The browser server was not initialized${project.name ? ` for the "${project.name}" project` : ''}. This is a bug in Vitest. Please, open a new issue with reproduction.`)
79
-
}
76
+
if(!project.browser){
77
+
thrownewTypeError(`The browser server was not initialized${project.name ? ` for the "${project.name}" project` : ''}. This is a bug in Vitest. Please, open a new issue with reproduction.`)
78
+
}
79
+
80
+
if(isCancelled){
81
+
return
82
+
}
80
83
81
-
if(isCancelled){
82
-
return
83
-
}
84
+
debug?.('provider is ready for %s project',project.name)
84
85
85
-
debug?.('provider is ready for %s project',project.name)
0 commit comments