Skip to content

Commit

Permalink
fix: dont send state on close event
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Apr 15, 2024
1 parent 6a017fb commit e2fb43b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tizenbrew-app/TizenBrew/service/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ module.exports.onStart = function () {
});
adb._stream.on('close', () => {
console.log('ADB connection closed.');
global.currentClient.send(JSON.stringify({ type: 'canLaunchInDebug', status: false }));
});

}
Expand Down

0 comments on commit e2fb43b

Please sign in to comment.