- commit
- 89763fc
- parent
- fc535da
- author
- Eric Bower
- date
- 2023-12-04 01:47:09 +0000 UTC
docs: readme
1 files changed,
+1,
-0
+1,
-0
1@@ -64,6 +64,7 @@ thunks.use(mdw.err);
2 thunks.use(thunks.routes());
3 thunks.use(function*(ctx, next) {
4 console.log("last mdw in the stack");
5+ yield* next();
6 });
7
8 // create a thunk