diff options
Diffstat (limited to 'cli/bench/http/deno_http_flash_ops_spawn.js')
-rw-r--r-- | cli/bench/http/deno_http_flash_ops_spawn.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/bench/http/deno_http_flash_ops_spawn.js b/cli/bench/http/deno_http_flash_ops_spawn.js index 6ee39a84a..b9d11462f 100644 --- a/cli/bench/http/deno_http_flash_ops_spawn.js +++ b/cli/bench/http/deno_http_flash_ops_spawn.js @@ -1,3 +1,5 @@ +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. + if (Deno.build.os !== "linux") { throw new Error("SO_REUSEPORT is only supported on Linux"); } |