Unverified Commit 6fddb7ee authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

[flutter_tools] Handle full device when creating a temp directory (#53691)

parent 3a0d8377
......@@ -52,7 +52,8 @@ const FileSystem _kLocalFs = LocalFileSystem();
/// By default it uses local disk-based implementation. Override this in tests
/// with [MemoryFileSystem].
FileSystem get fs => ErrorHandlingFileSystem(
context.get<FileSystem>() ?? _kLocalFs,
delegate: context.get<FileSystem>() ?? _kLocalFs,
platform: platform,
);
final FileSystemUtils _defaultFileSystemUtils = FileSystemUtils(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment