You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repl: display error message when loading directory
When loading directory instead of file, no error message
is displayed. Its good to display error message for
this scenario.
Before:
> .load /Users/princejohnwesley/Projects/Playground/Node
>
After:
> .load /Users/princejohnwesley/Projects/Playground/Node
Failed to load:/Users/princejohnwesley/Projects/Playground/Node is not a valid file
>
0 commit comments