Skip to content

Commit

Permalink
fix: Fixed unable to commit (close #515) (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias authored and JohnstonCode committed Mar 26, 2019
1 parent 994fe20 commit 72d9bd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/svn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ export class Svn {
if (args.includes("--xml")) {
encoding = "utf8";
} else if (encoding === "") {
encoding = "utf8"; // Initial encoding

const defaultEncoding = configuration.get<string>("default.encoding");
if (defaultEncoding) {
if (!iconv.encodingExists(defaultEncoding)) {
Expand Down

0 comments on commit 72d9bd8

Please sign in to comment.