Skip to content

Commit 72d9bd8

Browse files
edgardmessiasJohnstonCode
authored andcommitted
fix: Fixed unable to commit (close #515) (#530)
1 parent 994fe20 commit 72d9bd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/svn.ts

+2
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ export class Svn {
175175
if (args.includes("--xml")) {
176176
encoding = "utf8";
177177
} else if (encoding === "") {
178+
encoding = "utf8"; // Initial encoding
179+
178180
const defaultEncoding = configuration.get<string>("default.encoding");
179181
if (defaultEncoding) {
180182
if (!iconv.encodingExists(defaultEncoding)) {

0 commit comments

Comments
 (0)