dart-archive/www.dartlang.org

Checked mode not enabled in dartium even if DART_FLAGS is set

Closed this issue · 3 comments

As documented here: https://www.dartlang.org/tools/dartium/#using-command-line-flags

DART_FLAGS='--checked'              \
   open path/Chromium.app

does not enable checked mode.

The following does work though: open path/Chromium.app --args --checked

This issue was moved to dart-lang/site-webdev#7