mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(iverilog-11.0.0): Added iverilog 11.0.0
This commit is contained in:
parent
e5732ef459
commit
883d584c15
9 changed files with 43 additions and 3 deletions
|
@ -146,7 +146,7 @@ router.ws('/connect', async (ws, req) => {
|
|||
eventBus.on("exit", (stage, status) => ws.send(JSON.stringify({type: "exit", stage, ...status})))
|
||||
|
||||
ws.on("message", async (data) => {
|
||||
|
||||
|
||||
try{
|
||||
const msg = JSON.parse(data);
|
||||
|
||||
|
@ -194,7 +194,7 @@ router.ws('/connect', async (ws, req) => {
|
|||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
}catch(error){
|
||||
ws.send(JSON.stringify({type: "error", message: error.message}))
|
||||
ws.close(4002, "Notified Error")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue