Closed chalin closed 8 years ago
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
open path/Chromium.app --args --checked
/cc: @kwalrath
This issue was moved to dart-lang/site-webdev#7
As documented here: https://www.dartlang.org/tools/dartium/#using-command-line-flags
does not enable checked mode.