Commit 076c071a authored by Quxl's avatar Quxl

x

parent c7954cb0
......@@ -51,6 +51,7 @@
$.post("executeSql", scope.form, function(json) {
scope.logs.push(JSON.stringify(json.data, null, 8));
scope.logs.push(json.message);
scope.logs.push(json.stack);
});
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment