Skip to content

Commit 9b98461

Browse files
committed
Update fastly.cpp
1 parent 9faefac commit 9b98461

File tree

1 file changed

+1
-1
lines changed
  • c-dependencies/js-compute-runtime/builtins

1 file changed

+1
-1
lines changed

c-dependencies/js-compute-runtime/builtins/fastly.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ bool Fastly::getGeolocationForIpAddress(JSContext *cx, unsigned argc, JS::Value
6161
return JS_ParseJSON(cx, geo_info_str, args.rval());
6262
}
6363

64-
// TODO: consider allowing logger creation during initialization, but then throw
64+
// TODO(performance): consider allowing logger creation during initialization, but then throw
6565
// when trying to log.
6666
bool Fastly::getLogger(JSContext *cx, unsigned argc, JS::Value *vp) {
6767
JS::CallArgs args = CallArgsFromVp(argc, vp);

0 commit comments

Comments
 (0)