Skip to content

Commit 4a5e424

Browse files
committed
fix starter script
1 parent a561aeb commit 4a5e424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/lib/service/entrypoint/search_index.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Future<IsolateRunner> startSearchIsolate({
9494
spawnUri: Uri.parse('package:pub_dev/service/entrypoint/search_index.dart'),
9595
spawnArgs: [
9696
if (snapshot != null) ...['--snapshot', snapshot],
97+
if (removeTextContent) '--remove-text-content',
9798
],
9899
);
99100
}

0 commit comments

Comments
 (0)