Skip to content

Commit 1236f18

Browse files
authored
Remove using example-path-prefix in tool/task.dart (#3720)
1 parent 3e9bb48 commit 1236f18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tool/task.dart

-2
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,6 @@ Future<String> docTestingPackage() async {
498498
path.join(Directory.current.absolute.path, 'bin', 'dartdoc.dart'),
499499
'--output',
500500
outputPath,
501-
'--example-path-prefix',
502-
'examples',
503501
'--include-source',
504502
'--json',
505503
'--link-to-remote',

0 commit comments

Comments
 (0)