Commit 4ca96ffc authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] WIP: increase error verbosity

parent 27f06890
...@@ -153,6 +153,7 @@ ...@@ -153,6 +153,7 @@
gadget.props.content_element.querySelector('pre').textContent = gadget.props.content_element.querySelector('pre').textContent =
"Error: " + error_text; "Error: " + error_text;
// XXX Notify error // XXX Notify error
throw error;
} }
function displayError(gadget, error) { function displayError(gadget, error) {
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>954.23080.38606.35464</string> </value> <value> <string>954.23080.60626.47479</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1475507095.45</float> <float>1475573239.94</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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