mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Fix os-locale format
This commit is contained in:
parent
4c70425b0c
commit
40d5491e95
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ module.exports = class Session extends EventEmitter {
|
|||
{},
|
||||
process.env,
|
||||
{
|
||||
LANG: osLocale.sync() + '.UTF-8',
|
||||
LANG: osLocale.sync().replace(/-/, '_') + '.UTF-8',
|
||||
TERM: 'xterm-256color',
|
||||
COLORTERM: 'truecolor',
|
||||
TERM_PROGRAM: productName,
|
||||
|
|
|
|||
Loading…
Reference in a new issue