Skip to content

Commit 5c06f6d

Browse files
authored
Merge pull request #706 from JunoLab/avi/rmdeadcode
rm dead client.import
2 parents 10f7929 + 02bd250 commit 5c06f6d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: julia
22

33
julia:
4-
- 1.3
4+
- 1
55
- nightly
66

77
env:
@@ -20,11 +20,11 @@ matrix:
2020
include:
2121
# # Sanity check for OS X
2222
# - os: osx
23-
# julia: 1.3
23+
# julia: 1
2424
# env: ATOMJL=master
2525
# Sanity check for Atom Beta
2626
- os: linux
27-
julia: 1.3
27+
julia: 1
2828
env: ATOM_CHANNEL=beta
2929
allow_failures:
3030
- julia: nightly

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)