Skip to content

Commit

Permalink
use l10tn in errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Nov 8, 2024
1 parent 378179c commit ec67467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/participant/participant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ export default class ParticipantController {
const dataService = this._connectionController.getActiveDataService();

if (!dataService) {
throw new Error('Failed to get the data service');
throw new Error(vscode.l10n.t('Failed to get the data service'));
}

stream.push(
Expand Down

0 comments on commit ec67467

Please sign in to comment.