MCPcopy Index your code
hub / github.com/victorporof/Sublime-HTMLPrettify / handle_syntax_error

Function handle_syntax_error

src/py/utils/script_utils.py:74–79  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

72 return None
73
74 def handle_syntax_error(err):
75 print(err)
76 msg = "Node.js version in the default path is too old! Please download the latest version and specify the updated location."
77 if ok_cancel_dialog(msg):
78 open_sublime_settings(window)
79 return None
80
81 def handle_runtime_error(err):
82 print(err)

Callers 1

prettify_verboseFunction · 0.85

Calls 1

open_sublime_settingsFunction · 0.85

Tested by

no test coverage detected