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 1798889 commit 876d1deCopy full SHA for 876d1de
nodemon.json
@@ -9,5 +9,5 @@
9
"index.js",
10
"./tests/bootstrap.js"
11
],
12
- "exec": "node --trace-warnings ./tests/bootstrap.js"
+ "exec": "node --trace-warnings ./runtimes/socket.js"
13
}
src/apps/koa.js
@@ -13,7 +13,7 @@ const { _assign } = require('@axiosleo/cli-tool/src/helper/obj');
const Application = require('./app');
14
15
/**
16
- * @param {import('./index').KoaContext} context
+ * @param {import('../../index').KoaContext} context
17
*/
18
const handleRes = (context) => {
19
let response = context.response;
0 commit comments