We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 340f315 + 14634f5 commit ac0504aCopy full SHA for ac0504a
lib/src/services/pub_service.dart
@@ -20,7 +20,6 @@ class PubService {
20
final packages = await _processService.runPubGlobalList();
21
for (var package in packages) {
22
if (!package.contains(ksStackedCli)) continue;
23
-
24
final splitResults = package.split(' ');
25
if (splitResults.length > 2) {
26
version = splitResults[1];
0 commit comments