Skip to content

Commit

Permalink
Add semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Holbrook committed Nov 20, 2024
1 parent 59c8ef0 commit 1e1a55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugSession/BrightScriptDebugSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ export class BrightScriptDebugSession extends BaseDebugSession {
if (statusCode && statusCode !== 200) {
switch (statusCode) {
case 577:
message = 'DebugServer: Error (577) - Your device requires a system update before accepting connections. Follow these instructions to manually check for updates https://support.roku.com/article/208755668.'
message = 'DebugServer: Error (577) - Your device requires a system update before accepting connections. Follow these instructions to manually check for updates https://support.roku.com/article/208755668.';
this.showPopupMessage(message, 'error', true);
await this.shutdown(message);
break;
Expand Down

0 comments on commit 1e1a55d

Please sign in to comment.