diff options
Diffstat (limited to 'cli/unix_util.rs')
-rw-r--r-- | cli/unix_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/unix_util.rs b/cli/unix_util.rs index c48c754a1..927b99d64 100644 --- a/cli/unix_util.rs +++ b/cli/unix_util.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. /// Raise soft file descriptor limit to hard file descriptor limit. /// This is the difference between `ulimit -n` and `ulimit -n -H`. |