Skip to content

Commit

Permalink
Fix AtomLinter#103. Add '-Ku' to list of args and prevent problems wi…
Browse files Browse the repository at this point in the history
…th utf-8
  • Loading branch information
zenbro committed Jan 15, 2018
1 parent 7bbd68b commit e1d833a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default {
// Set the encoding to UTF-8
'--external-encoding=utf-8',
'--internal-encoding=utf-8',
'-Ku',
];
const execOpts = {
stdin: fileText,
Expand Down

0 comments on commit e1d833a

Please sign in to comment.