Skip to content

Commit d4cce94

Browse files
committed
rm dead client.import
1 parent 10f7929 commit d4cce94

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
@@ -13,7 +13,7 @@ import { withRemoteConfig } from '../connection/process/remote'
1313
import * as ssh from 'ssh2'
1414

1515
const { changeprompt, changemodule, fullpath } =
16-
client.import({ msg: ['changeprompt', 'changemodule', 'resetprompt'], rpc: ['validatepath', 'fullpath'] })
16+
client.import({ msg: ['changeprompt', 'changemodule'], rpc: ['fullpath'] })
1717

1818
const isWindows = process.platform === 'win32'
1919
const uriRegex = isWindows ?
@@ -288,7 +288,7 @@ let tooltip = null
288288

289289
function showTooltip (event, uri, location, terminal) {
290290
hideTooltip()
291-
291+
292292
if (atom.config.get('julia-client.consoleOptions.linkModifier')) {
293293
const el = document.createElement('div')
294294
el.classList.add('terminal-link-tooltip')

0 commit comments

Comments
 (0)