File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*---------------------------------------------------------
2
2
* Copyright (C) Microsoft Corporation. All rights reserved.
3
3
*--------------------------------------------------------*/
4
-
5
4
import * as os from 'os' ;
6
5
import * as fs from 'fs' ;
7
6
import * as path from 'path' ;
@@ -160,6 +159,7 @@ export class WebKitDebugAdapter implements DebugProtocol.IDebugAdapter {
160
159
cliCommand . tnsProcess . stderr . on ( 'data' , data => { Services . logger ( ) . error ( data . toString ( ) , Tags . FrontendMessage ) ; } ) ;
161
160
cliCommand . tnsProcess . on ( 'close' , ( code , signal ) => {
162
161
Services . logger ( ) . error ( `[NSDebugAdapter] The tns command finished its execution with code ${ code } .` , Tags . FrontendMessage ) ;
162
+ this . fireEvent ( new TerminatedEvent ( ) ) ;
163
163
} ) ;
164
164
}
165
165
You can’t perform that action at this time.
0 commit comments