diff options
author | 2023-06-07 19:03:11 -0700 | |
---|---|---|
committer | 2023-06-07 19:03:11 -0700 | |
commit | 7a443f72b525f5e80ecccb581fc02eadd1d4c6a9 (patch) | |
tree | cb0f4c1beb99635ca4e528c17068f2a0d10eff05 /src/bun.js/api/server.zig | |
parent | 4f2095d1c64467f190ac4f35209ff663bf34f39a (diff) | |
download | bun-plugin/plugindata.tar.gz bun-plugin/plugindata.tar.zst bun-plugin/plugindata.zip |
Attempt to add plugindataplugin/plugindata
Diffstat (limited to '')
-rw-r--r-- | src/bun.js/api/server.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/api/server.zig b/src/bun.js/api/server.zig index 30889964d..1554ee886 100644 --- a/src/bun.js/api/server.zig +++ b/src/bun.js/api/server.zig @@ -5224,6 +5224,7 @@ pub fn NewServer(comptime ssl_enabled_: bool, comptime debug_mode_: bool) type { } pub fn listen(this: *ThisServer) void { + JSC.markBinding(@src()); httplog("listen", .{}); if (ssl_enabled) { BoringSSL.load(); |