-
Notifications
You must be signed in to change notification settings - Fork 4
Windows problem #14
Description
Hi!
While saving file I get this error - console output:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 553, in run_
return self.run()
File "hack in C:\Users\Alex\AppData\Roaming\Sublime Text 3\Installed Packages\Hacklang Typechecker and Autocompletion.sublime-package", line 16, in run
File "hack in C:\Users\Alex\AppData\Roaming\Sublime Text 3\Installed Packages\Hacklang Typechecker and Autocompletion.sublime-package", line 35, in getOutput
File "./subprocess.py", line 824, in init
File "./subprocess.py", line 1118, in _execute_child
FileNotFoundError: [WinError 2] Не удается найти указанный файл
unloading plugin Hack.hack
reloading plugin Hack.hack
"Не удается найти указанный файл" means "Can not find specified file"
Thanks