MCPcopy
hub / github.com/ternjs/tern_for_vim / tern_displayError

Function tern_displayError

script/tern.py:6–7  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

4opener = urllib2.build_opener(urllib2.ProxyHandler({}))
5
6def tern_displayError(err):
7 vim.command("echo " + json.dumps(str(err)))
8
9def tern_makeRequest(port, doc):
10 try:

Callers 3

tern_makeRequestFunction · 0.85
tern_startServerFunction · 0.85
tern_runCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected