We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d1270 commit a4b7e17Copy full SHA for a4b7e17
test/e2e/tests/integration_tests.dart
@@ -26,7 +26,9 @@ void runIntegrationTests(String Function() getExamplePath) {
26
27
if (dartToolDir.existsSync()) {
28
final firebaseDir = Directory('$examplePath/.dart_tool/firebase');
29
- print('DEBUG: .dart_tool/firebase exists = ${firebaseDir.existsSync()}');
+ print(
30
+ 'DEBUG: .dart_tool/firebase exists = ${firebaseDir.existsSync()}',
31
+ );
32
33
if (firebaseDir.existsSync()) {
34
print('DEBUG: Contents of .dart_tool/firebase:');
0 commit comments