Open liuzy88 opened 2 years ago
Find: psutil Where: ~/Library/Application Support/Sublime Text/Packages/Nodejs/
...
// "newterm",
// "psutil"
...
# import psutil
...
try:
os.system('kill -9 ' + debugger_pid)
# p = psutil.Process(int(debugger_pid))
# debug("_kill_debugger: process:", p)
# p.kill()
except psutil.NoSuchProcess as e:
debug("_kill_debugger: NoSuchProcess exception is occurred", e)
return
...
same here... still not fixed?
Sorry for this. Do not have a spare time to work on this
Package Control: The dependency "psutil" is either not available on this platform or for this version of Sublime Text