mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update firefox.dart (#18939)
This commit is contained in:
parent
d0ed2c2ca3
commit
a6435210ac
@ -59,7 +59,7 @@ user_pref("dom.max_script_run_time", 0);
|
||||
// https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#Browser
|
||||
//
|
||||
if (temporaryProfileDirectory.existsSync()) {
|
||||
temporaryProfileDirectory.deleteSync();
|
||||
temporaryProfileDirectory.deleteSync(recursive: true);
|
||||
}
|
||||
temporaryProfileDirectory.createSync(recursive: true);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user