Skip to content

Commit

Permalink
Merge pull request #1403 from flexn-io/fix/add_webos_sim_message
Browse files Browse the repository at this point in the history
Add disclaimer message for webos simulator
  • Loading branch information
pavjacko authored Feb 20, 2024
2 parents d80f450 + d50057e commit 8679597
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sdk-webos/src/deviceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ const launchAppOnSimulator = async (c: RnvContext, appPath: string) => {
}

await execCLI(c, CLI_WEBOS_ARES_LAUNCH, `-s ${version} ${appPath}`);
logInfo(
`Launched app on webOS TV simulator ${selectedOption}. If you do not see the app opening please close the simulator and try again.`
);
};

// Used for actual devices
Expand Down

0 comments on commit 8679597

Please sign in to comment.