We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16de7aa commit 24ad8cbCopy full SHA for 24ad8cb
Solutions/2-compose.js
@@ -15,6 +15,7 @@ const compose = (...fns) => {
15
for (const handler of handlers) {
16
handler(error);
17
}
18
+ return null;
19
20
};
21
composed.on = (name, handler) => {
0 commit comments