Skip to content

Commit

Permalink
add disclaimer message for webos simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Feb 15, 2024
1 parent 291e7ed commit d50057e
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 d50057e

Please sign in to comment.