刘韬 hace 3 años
padre
commit
5f62bf9548
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      DataFusion/src/com/zskk/control/ViewController.java

+ 1 - 0
DataFusion/src/com/zskk/control/ViewController.java

@@ -38,6 +38,7 @@ public class ViewController extends Controller {
 			this.renderJson(d);
 		} catch (Exception e) {
 			// TODO: handle exception
+			this.renderText(e.toString());
 		}
 	}