--package-root shouldn't require a trailing slash #9420
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
closed-duplicate
Closed in favor of an existing report
Currently the "--package-root" option for the VM requires a trailing slash. Otherwise the VM tries to interpret things like "package:args/args.dart" as "packagesargs/args.dart". It should add a slash automatically if one isn't provided.
The text was updated successfully, but these errors were encountered: