[upd] plankton
This commit is contained in:
parent
ef9085a45c
commit
5db9e554cf
1 changed files with 2 additions and 1 deletions
|
@ -10132,7 +10132,8 @@ var lib_plankton;
|
|||
});
|
||||
});
|
||||
subject.serverobj.on("error", (error) => {
|
||||
throw error;
|
||||
// throw error;
|
||||
process.stderr.write("net_error: " + String(error) + "\n\n");
|
||||
});
|
||||
subject.serverobj.listen(subject.port, () => {
|
||||
lib_plankton.log.info("server_listenting", {
|
||||
|
|
Loading…
Add table
Reference in a new issue