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.
1 parent 3c01e26 commit c837a31Copy full SHA for c837a31
tool/grind.dart
@@ -13,7 +13,7 @@ void main(List<String> args) => grind(args);
13
void checkUrls() async {
14
log('checking URLs in FlutterBundle.properties...');
15
var lines =
16
- await File('src/io/flutter/FlutterBundle.properties').readAsLines();
+ await File('flutter-idea/src/io/flutter/FlutterBundle.properties').readAsLines();
17
for (var line in lines) {
18
var split = line.split('=');
19
if (split.length == 2) {
0 commit comments