diff options
Diffstat (limited to 'cli/rt/99_main.js')
-rw-r--r-- | cli/rt/99_main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/rt/99_main.js b/cli/rt/99_main.js index 40ea8434b..26e8fd6da 100644 --- a/cli/rt/99_main.js +++ b/cli/rt/99_main.js @@ -1,3 +1,4 @@ +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // Removes the `__proto__` for security reasons. This intentionally makes // Deno non compliant with ECMA-262 Annex B.2.2.1 // |