Commit abdc1694 authored by Romain Courteaud's avatar Romain Courteaud

erp5_core: linter

parent ab790cb5
......@@ -101,7 +101,7 @@
try {
result = callback(evt);
} catch (e) {
return reject(e);
result = reject(e);
}
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