Skip to content

Commit

Permalink
don't pass process.env to subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
LabhanshAgrawal committed Feb 1, 2022
1 parent 2858dd9 commit 553f6da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export default class Session extends EventEmitter {
const osLocale = require('os-locale') as typeof import('os-locale');
const baseEnv = Object.assign(
{},
process.env,
{
LANG: `${osLocale.sync().replace(/-/, '_')}.UTF-8`,
TERM: 'xterm-256color',
Expand Down

0 comments on commit 553f6da

Please sign in to comment.