mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fix reference to status enum in native impl
This commit is contained in:
parent
b90dc81b73
commit
38bab42f30
@ -845,7 +845,7 @@ Server.prototype.forceShutdown = function() {
|
||||
|
||||
function getUnimplementedStatusResponse(methodName) {
|
||||
return {
|
||||
code: Status.UNIMPLEMENTED,
|
||||
code: constants.status.UNIMPLEMENTED,
|
||||
details: 'The server does not implement the method' + methodName
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user