Skip to content

Commit 99cda08

Browse files
author
Michael Eichhorn
committed
Allow re-enable project after an error occured
1 parent c123173 commit 99cda08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def run(self, edit, **args):
572572
class TernDisableProject(sublime_plugin.TextCommand):
573573
def run(self, edit, **args):
574574
pfile = get_pfile(view)
575-
pfile.project.disabled = True
575+
pfile.project.disabled = False
576576

577577
class TernEnableProject(sublime_plugin.TextCommand):
578578
def run(self, edit, **args):

0 commit comments

Comments
 (0)