Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 31, 2025
1 parent 3ad736d commit 3d0ab54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/fastly/builtins/fastly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ bool debugLog(JSContext *cx, unsigned argc, JS::Value *vp) {
if (!msg_host_str) {
return false;
}
#ifdef DEBUG
debug_messages.push_back(std::string(msg_host_str));
#endif
args.rval().setUndefined();
return true;
}
Expand Down

0 comments on commit 3d0ab54

Please sign in to comment.