Skip to content

Commit 261a66a

Browse files
committed
address comment
1 parent 0825468 commit 261a66a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/hooks_runner/lib/src/build_runner/build_runner.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ class NativeAssetsBuildRunner {
5151
final _task = TimelineTask();
5252

5353
/// Traced by [_task], cannot be used for concurrent actions.
54+
///
55+
/// Use [_fileSystemUntraced] for actions that must not be traced.
56+
///
57+
/// This uses [_fileSystemUntraced] under the hood.
5458
late final TracingFileSystem _fileSystem;
5559

5660
/// Not traced by [_task], can be used for concurrent actions.

0 commit comments

Comments
 (0)