Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a643521

Browse files
author
nturgut
authored
Update firefox.dart (#18939)
1 parent d0ed2c2 commit a643521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/dev/firefox.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ user_pref("dom.max_script_run_time", 0);
5959
// https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#Browser
6060
//
6161
if (temporaryProfileDirectory.existsSync()) {
62-
temporaryProfileDirectory.deleteSync();
62+
temporaryProfileDirectory.deleteSync(recursive: true);
6363
}
6464
temporaryProfileDirectory.createSync(recursive: true);
6565

0 commit comments

Comments
 (0)