Skip to content

Commit de589e5

Browse files
committed
yet another JS issue
1 parent 824a191 commit de589e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/src/utilities/simcompare.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,9 @@ all: \$(TARGET)
588588
_compilationCache.clear();
589589
_pchPath = null;
590590
_makefilePath = null;
591+
if (kIsWeb) {
592+
return;
593+
}
591594
try {
592595
final dir = Directory('tmp_test');
593596
if (dir.existsSync()) {

0 commit comments

Comments
 (0)