mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-30 04:42:45 +08:00
修复未传入用户变量的 bug
This commit is contained in:
parent
46aa645792
commit
1b9c9e6e2f
@ -600,7 +600,7 @@ window.quickcommandHttpServer = () => {
|
||||
// 错误返回 500
|
||||
if (stderr) return httpResponse(res, 500, stderr)
|
||||
return httpResponse(res, 200, stdout)
|
||||
})
|
||||
}, userVars)
|
||||
}
|
||||
httpServer = http.createServer()
|
||||
httpServer.on('request', (req, res) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user