Skip to content

Commit b9a7c5d

Browse files
author
steveluc
committed
2 parents 95c1327 + 083f650 commit b9a7c5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Note if you are using the portable version of Sublime Text, the location will be
3030
different. (See http://docs.sublimetext.info/en/latest/basic_concepts.html#the-data-directory
3131
for more info).
3232

33+
**IMPORTANT** If you already have a package called `TypeScript` installed, either remove this first, or clone this repo to a different folder, else module name resolution can break the plugin.
34+
3335
Platform support
3436
----------------
3537
The plugin has identical behavior across Windows, Mac, and Linux

libs/serviceproxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def incrSeq(self):
1616
return temp
1717

1818
def exit(self):
19-
req = servicedefs.exitRequest(self.incrSeq())
19+
req = servicedefs.ExitRequest(self.incrSeq())
2020
jsonStr = jsonhelpers.encode(req)
2121
self.__comm.postCmd(jsonStr)
2222

0 commit comments

Comments
 (0)