Closed mariotaku closed 3 years ago
@mariotaku, Thanks for your PR. Could you update your PR according to ares-cli guide? https://github.com/webosose/ares-cli#contributing
Thank you for your reply. I have updated base and commit message.
code 👍 verified 👍
@mariotaku , I reviewed your PR and it looks good to me. But to merge the PR, should get @ssuminahn's review. She's on vacation now, so she might give a reply later this week.
@ssuminahn , I verified "CLI unit test" on ose target and eslint" instead of @mariotaku. I updated @mariotaku 's commit message like below. Please review this commit.
============================================================ Fixed browser invocation
:Release Notes: Fixed callback function arguments for getEnvValue("BROWSER", ...)
:Detailed Notes:
Currently, callback of getEnvValue() in _findSdkEnv() has 1 arguments:
function(browserPath) while it should be 2: function(err, browserPath).
This commit adds proper arguments so when using
ares-inspect.js --app com.company.package --open
command, it will open specified browser properly instead of system default.
:Testing Performed:
:Issues Addressed: [WRN-2517] Fixed browser invocation
=============================================================
@mariotaku, @YoungeunKim Sorry. There was a part I missed in the commit log, so I corrected that part and reflected it to develop branch.
If
LG_WEBOS_CUSTOM_SDK_HOME
has set,ares-inspect.cmd --app com.company.package --open
will not open browser properly. This PR fixed this issue.