@particle-academy/fancy-term-host 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/pty-host.cjs +1 -1
- package/dist/pty-host.cjs.map +1 -1
- package/dist/pty-host.js +1 -1
- package/dist/pty-host.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -371,7 +371,7 @@ var InProcessBackend = class extends events.EventEmitter {
|
|
|
371
371
|
};
|
|
372
372
|
env.TERM = env.TERM || "xterm-256color";
|
|
373
373
|
const pty = nodePty.spawn(shell, args, {
|
|
374
|
-
name:
|
|
374
|
+
name: env.TERM,
|
|
375
375
|
// Native-convert + validate the requested dir; a stale/foreign/MSYS
|
|
376
376
|
// cwd (e.g. Git Bash's /c/Users/me) would otherwise crash spawn with
|
|
377
377
|
// Windows ERROR_DIRECTORY (267). Falls back to home if unusable.
|