cliche
cliche copied to clipboard
Fixed two possible NPEs in case when ctrl-D is triggered
Hi,
I'm building small REPL app and I found a problem with ctrl-D (Mac OS). In a Shell.java I have spot two places where NPE happened. Not sure I'm doing something wrong, but seems that two null checks are doing job well.