Skip to content

Commit

Permalink
Tweak messaging of "dev mode disabled" popup
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Nov 5, 2023
1 parent 8843494 commit 84b1cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DebugConfigurationProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class BrightScriptDebugConfigurationProvider implements DebugConfiguratio
}

if (deviceInfo && !deviceInfo.developerEnabled) {
throw new Error(`Cannot deploy: '${result.host}' has not enabled developer mode`);
throw new Error(`Cannot deploy: developer mode is disabled on '${result.host}'`);
}

await this.context.workspaceState.update('enableDebuggerAutoRecovery', result.enableDebuggerAutoRecovery);
Expand Down

0 comments on commit 84b1cfd

Please sign in to comment.