using global as GLOBAL is deprecated
This commit is contained in:
parent
3ec995e193
commit
cbf2246b52
@ -31,7 +31,7 @@ function serverHandle( server, request, response, rHandle )
|
||||
|
||||
server.close();
|
||||
|
||||
GLOBAL.X_SERVER_CLUSTER.worker.destroy();
|
||||
global.X_SERVER_CLUSTER.worker.destroy();
|
||||
|
||||
server500( response, e );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user