Skip to content

Commit

Permalink
fix: add false to createAdbConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Apr 15, 2024
1 parent 552b0ba commit 2b93bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tizenbrew-app/TizenBrew/service/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports.onStart = function () {
}
case 'relaunchInDebug': {
setTimeout(() => {
createAdbConnection(message.isTizen3, message.tvIp);
createAdbConnection(message.isTizen3, message.tvIp, false);
}, 1000);
break;
}
Expand Down

0 comments on commit 2b93bef

Please sign in to comment.