Commit f7666634 authored by Romain Courteaud's avatar Romain Courteaud Committed by Xiaowu Zhang

erp5_core: linter

parent 5021516a
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
try { try {
result = callback(evt); result = callback(evt);
} catch (e) { } catch (e) {
return reject(e); result = reject(e);
} }
callback_promise = new RSVP.Queue(result).push(undefined, reject); callback_promise = new RSVP.Queue(result).push(undefined, reject);
......
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