Closed
Description
<img src="https://avatars.githubusercontent.com/u/188?v=3" align="left" width="96" height="96"hspace="10"> Issue by nex3
Originally opened as dart-lang/sdk#21843
Currently if pub crashes, it suggests that users run "'pub' '--trace' ...". Single quotes work fine on Linux and Mac, but on Windows they're interpreted as part of the argument which breaks the invocation. We should suggest double quotes instead, which work across platforms.