Skip to content

Commit 4928b1a

Browse files
committed
fix: Troubleshooting G2 SSR request failure process
1 parent 3817c63 commit 4928b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

g2-ssr/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function toGet(req, res) {
7575
//获取POST请求内容、cookie
7676
function toPost(req, res) {
7777
req.on('data', async function (chunk) {
78-
console.log('data')
78+
console.log('data', chunk)
7979
await GenerateCharts(JSON.parse(chunk))
8080
console.log('toBuffer')
8181
res.end('complete');

0 commit comments

Comments
 (0)