File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -260,9 +260,6 @@ abstract class ExistingChromiumBasedInterceptor implements Interceptor {
260
260
} = { closeConfirmed : false } ) {
261
261
if ( ! this . isActivable ( ) ) return ;
262
262
263
- const hideWarningServer = new HideWarningServer ( this . config ) ;
264
- await hideWarningServer . start ( 'https://amiusing.httptoolkit.tech' ) ;
265
-
266
263
const existingPid = await this . findExistingPid ( ) ;
267
264
if ( existingPid ) {
268
265
if ( ! options . closeConfirmed ) {
@@ -289,6 +286,9 @@ abstract class ExistingChromiumBasedInterceptor implements Interceptor {
289
286
}
290
287
}
291
288
289
+ const hideWarningServer = new HideWarningServer ( this . config ) ;
290
+ await hideWarningServer . start ( 'https://amiusing.httptoolkit.tech' ) ;
291
+
292
292
const browserDetails = await getBrowserDetails ( this . config . configPath , this . variantName ) ;
293
293
const launchOptions = await getChromiumLaunchOptions (
294
294
browserDetails ? browserDetails . name : this . variantName ,
You can’t perform that action at this time.
0 commit comments