mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
地震に過剰にビビって発狂するかわいい子の教育
This commit is contained in:
parent
104a018d00
commit
cf6e066425
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ export default class extends Module {
|
|||
@autobind
|
||||
private async createListenServer() {
|
||||
http.createServer(async (req, res) => {
|
||||
this.message = "";
|
||||
const buffers: Buffer[] = [];
|
||||
for await (const chunk of req) {
|
||||
buffers.push(chunk);
|
||||
|
|
Loading…
Reference in a new issue