Skip to content

Commit

Permalink
Fix osLocaleSync (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterLuffy committed Dec 23, 2021
1 parent 5f189e8 commit 4ea3039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function getStdOut(command, args) {
}

function getStdOutSync(command, args) {
return execSync(command, args).stdout;
return execSync(command, args);
}

function getEnvLocale(env = process.env) {
Expand Down

0 comments on commit 4ea3039

Please sign in to comment.