Skip to content

Commit dd1e70f

Browse files
committed
More clear and useful message about PHP dependency.
1 parent ad08782 commit dd1e70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSScomb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ def check_php_on_path(self):
9393
try:
9494
subprocess.call(['php', '-v'], shell=False, startupinfo=self.startupinfo)
9595
except (OSError):
96-
sublime.error_message('Unable find php.exe. Make sure it is available in your PATH.')
96+
sublime.error_message('Plugin unable to find php on computer.\nCSScomb needs PHP to function properly.\n\nPlease make sure you have installed PHP\nand it is available in your PATH:\n\nhttp://php.net/downloads.php')
9797
return

0 commit comments

Comments
 (0)