Skip to content

Commit

Permalink
fix: disconnect from sdb daemon on test
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd authored Apr 15, 2024
1 parent 2b93bef commit 6a017fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tizenbrew-app/TizenBrew/service/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports.onStart = function () {
});
} else {
global.currentClient.send(JSON.stringify({ type: 'canLaunchInDebug', status: true }));
adb._stream.end();
}
});

Expand Down Expand Up @@ -115,4 +116,4 @@ module.exports.onStart = function () {
}
});
});
}
}

0 comments on commit 6a017fb

Please sign in to comment.