Parent5446 / web-bash

A functional terminal in your browser
GNU General Public License v3.0
5 stars 0 forks source link

ls -l is broken #21

Closed nbevacqua closed 11 years ago

nbevacqua commented 11 years ago

ls -l causes problems on my shell but ls itself is fine

nbevacqua commented 11 years ago

keeps printing directory contents until i hit control-c

nbevacqua commented 11 years ago

something is getting set to null. not sure what, but my directory list only goes to end 2nd of 3rd line in normal ls before complaining and stopping

nbevacqua commented 11 years ago

fixed this. now i just check if server returns null or if requestJSON never set on client side to solve problem