Skip to content

Commit

Permalink
we do not want localization for logging output
Browse files Browse the repository at this point in the history
  • Loading branch information
tessus authored and scoroi committed Nov 10, 2019
1 parent 9aba9e7 commit 602712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactNativeClient/lib/synchronizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class Synchronizer {
if (!options) options = {};

if (this.state() != 'idle') {
let error = new Error(_('Synchronisation is already in progress. State: %s', this.state()));
let error = new Error(sprintf('Synchronisation is already in progress. State: %s', this.state()));
error.code = 'alreadyStarted';
throw error;
}
Expand Down

0 comments on commit 602712a

Please sign in to comment.