Browse Source

better error message

antograssiot 10 years ago
parent
commit
9b05995b45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/basics.php

+ 1 - 1
src/basics.php

@@ -161,7 +161,7 @@ if (!function_exists('breakpoint')) {
             return 'extract(\Psy\Shell::debug(get_defined_vars(), isset($this) ? $this : null));';
         }
         trigger_error(
-            "psy/psysh must be loaded and you should be in CLI to use the breakpoint method",
+            "psy/psysh must be installed and you must be in a CLI environment to use the breakpoint function",
             E_USER_WARNING
         );
     }