Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit ec68429

Browse files
committed
replace -Ku to -E utf-8
1 parent 6faf254 commit ec68429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default {
4040
if (fileExtension === extension) return [];
4141
}
4242

43-
return helpers.exec(command, ['-wc', '-Ku'], {stdin: activeEditor.getText(), stream: 'stderr'}).then(output => {
43+
return helpers.exec(command, ['-wc', '-E utf-8'], {stdin: activeEditor.getText(), stream: 'stderr'}).then(output => {
4444
var toReturn = [];
4545
output.split(/\r?\n/).forEach(function (line) {
4646
const matches = regex.exec(line);

0 commit comments

Comments
 (0)