We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a561aeb commit 4a5e424Copy full SHA for 4a5e424
app/lib/service/entrypoint/search_index.dart
@@ -94,6 +94,7 @@ Future<IsolateRunner> startSearchIsolate({
94
spawnUri: Uri.parse('package:pub_dev/service/entrypoint/search_index.dart'),
95
spawnArgs: [
96
if (snapshot != null) ...['--snapshot', snapshot],
97
+ if (removeTextContent) '--remove-text-content',
98
],
99
);
100
}
0 commit comments