add --verbose flag to pub global activate (#82719)

This commit is contained in:
Christopher Fujino 2021-05-17 11:39:28 -07:00 committed by GitHub
parent dae8939480
commit d6d3f0e0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1456,6 +1456,8 @@ class DevToolsMemoryTest {
'activate',
'devtools',
'2.2.3',
// Try to debug https://github.com/flutter/flutter/issues/82142
'--verbose',
]);
_devToolsProcess = await startProcess(
pubBin,