mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-30 00:16:07 +08:00
修复编译报错
This commit is contained in:
parent
01d98a9945
commit
80a8e7230b
|
@ -56,6 +56,7 @@ export default (app: Router) => {
|
|||
res.end();
|
||||
});
|
||||
|
||||
// @ts-ignore
|
||||
route.ws('/terminals/:pid', function (ws, req) {
|
||||
const logger: Logger = Container.get('logger');
|
||||
const term = terminals[parseInt(req.params.pid)];
|
||||
|
|
Loading…
Reference in New Issue
Block a user