mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix
This commit is contained in:
@@ -112,7 +112,7 @@ export class UmamiTraceCore {
|
|||||||
res.on('data', (data) => {
|
res.on('data', (data) => {
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
}).on('error', () => {} );
|
||||||
|
|
||||||
request.write(JSON.stringify({ type, payload }));
|
request.write(JSON.stringify({ type, payload }));
|
||||||
request.end();
|
request.end();
|
||||||
|
Reference in New Issue
Block a user