Skip to content

Commit 876d1de

Browse files
committed
chore: patch
1 parent 1798889 commit 876d1de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodemon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"index.js",
1010
"./tests/bootstrap.js"
1111
],
12-
"exec": "node --trace-warnings ./tests/bootstrap.js"
12+
"exec": "node --trace-warnings ./runtimes/socket.js"
1313
}

src/apps/koa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { _assign } = require('@axiosleo/cli-tool/src/helper/obj');
1313
const Application = require('./app');
1414

1515
/**
16-
* @param {import('./index').KoaContext} context
16+
* @param {import('../../index').KoaContext} context
1717
*/
1818
const handleRes = (context) => {
1919
let response = context.response;

0 commit comments

Comments
 (0)