1
0
Fork 0
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:
Andi Kanzler 2023-04-17 16:35:37 -03:00
parent 07eee3c961
commit e5a8bd0cac
3 changed files with 9 additions and 7 deletions

View file

@ -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() {