Skip to content

Commit b12c07a

Browse files
committed
pty -> ty
1 parent d90bb8e commit b12c07a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/runtime/console.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ function shellPty (cwd) {
336336
cwd = paths.home()
337337
}
338338
const env = customEnv()
339-
const pty = pty.spawn(atom.config.get("julia-client.consoleOptions.shell"), [], {
339+
const ty = pty.spawn(atom.config.get("julia-client.consoleOptions.shell"), [], {
340340
cols: 100,
341341
rows: 30,
342342
cwd: cwd,
@@ -345,7 +345,7 @@ function shellPty (cwd) {
345345
handleFlowControl: true
346346
})
347347
resolve({
348-
pty: pty,
348+
pty: ty,
349349
cwd: cwd})
350350
} else {
351351
reject()

0 commit comments

Comments
 (0)