We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2094e05 commit 64c886bCopy full SHA for 64c886b
packages/phoenix/src/ansi-shell/ANSIShell.js
@@ -83,7 +83,7 @@ export class ANSIShell extends EventTarget {
83
Object.defineProperty(this.env, 'PWD', {
84
enumerable: true,
85
get: () => this.variables.pwd,
86
- set: v => this.variables.pwd = v
+ set: v => { this.variables.pwd = v }
87
})
88
Object.defineProperty(this.env, 'ROWS', {
89
0 commit comments