Skip to content

Commit 2e92688

Browse files
committed
[squash] refer to node_errors.h in TODO comment
1 parent ace4f0e commit 2e92688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_zlib.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class ZCtx : public AsyncWrap, public ThreadPoolWork {
382382
Close();
383383
}
384384

385-
// TODO(addaleax): Switch to modern error system.
385+
// TODO(addaleax): Switch to modern error system (node_errors.h).
386386
void Error(const char* message) {
387387
// If you hit this assertion, you forgot to enter the v8::Context first.
388388
CHECK_EQ(env()->context(), env()->isolate()->GetCurrentContext());

0 commit comments

Comments
 (0)