mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25:13 +03:00
Small improvements
This commit is contained in:
parent
07eee3c961
commit
e5a8bd0cac
3 changed files with 9 additions and 7 deletions
|
@ -254,11 +254,6 @@ var SITLProcess = {
|
|||
callback(error);
|
||||
this.isRunning = false;
|
||||
});
|
||||
|
||||
this.process.on('exit', () => {
|
||||
if (this.isRunning)
|
||||
this.spawn(path, args, callback);
|
||||
});
|
||||
},
|
||||
|
||||
stop: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue