We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4faf6 commit 24b05f1Copy full SHA for 24b05f1
TypeScript.py
@@ -9,7 +9,7 @@
9
import sublime_plugin
10
11
# get the directory path to this file; ST2 requires this to be done at global scope
12
-pluginDir = os.path.dirname(os.path.realpath(__file__))
+pluginDir = os.path.dirname(os.path.abspath(__file__))
13
pluginName = os.path.basename(pluginDir)
14
15
libsDir = os.path.join(pluginDir, 'libs')
0 commit comments