Skip to content

Commit

Permalink
fix: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Feb 16, 2024
1 parent ad1f750 commit d301b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default class GetText {
start,
} );

message = `Error at ${ line }:${ column } in the file: ${ this.#packageRelativePath }\n` + message;
message = `Error in the file: ${ this.#packageRelativePath }:${ line }:${ column }\n` + message;
}
else {
message = `Error in the file: ${ this.#packageRelativePath }\n` + message;
Expand Down

0 comments on commit d301b04

Please sign in to comment.