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
// This whole below allows the user to terminate the existing instance and continue
48
+
// Use kill-port to terminate the existing instance
49
+
if(error.message.includes('EADDRINUSE')){
50
+
constifTerminate=awaitreporter.promptConfirmation('An instance of \'codify connect\' is already running. Do you want to terminate the existing instance and continue?');
constifTerminate=awaitreporter.promptConfirmation('An instance of \'codify connect\' is already running. Do you want to terminate the existing instance and continue?');
0 commit comments