You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow people running zinnia and zinniad to provide V8 flags e.g. to customise garbage-collector configuration.
Quoting from deno run --help:
--v8-flags=<v8-flags>
To see a list of all available flags use --v8-flags=--help. Any
flags set with this flag are appended after the DENO_V8_FLAGS
environmental variable
The text was updated successfully, but these errors were encountered:
Allow people running
zinnia
andzinniad
to provide V8 flags e.g. to customise garbage-collector configuration.Quoting from
deno run --help
:The text was updated successfully, but these errors were encountered: