mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
src: remove unnecessary comment
PR-URL: https://github.com/nodejs/node/pull/42952 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
@@ -21,7 +21,6 @@ using v8::Value;
|
||||
MaybeLocal<Value> ProcessEmit(Environment* env,
|
||||
const char* event,
|
||||
Local<Value> message) {
|
||||
// Send message to enable debug in cluster workers
|
||||
Isolate* isolate = env->isolate();
|
||||
|
||||
Local<String> event_string;
|
||||
|
||||
Reference in New Issue
Block a user