| Index: utils/apidoc/apidoc.dart
|
| diff --git a/utils/apidoc/apidoc.dart b/utils/apidoc/apidoc.dart
|
| index bc20887c30b129f2279afd078591f488aa486b73..ef6bae54202583ff08ceee57b6f602620740bff7 100644
|
| --- a/utils/apidoc/apidoc.dart
|
| +++ b/utils/apidoc/apidoc.dart
|
| @@ -180,7 +180,7 @@ void main() {
|
| Future.wait([copiedStatic, copiedApiDocStatic, htmlDiff])
|
| .then((_) => apidoc.documentLibraries(apidocLibraries, libPath,
|
| packageRoot))
|
| - .then((_) => compileScript(mode, outputDir, libPath))
|
| + .then((_) => compileScript(mode, outputDir, libPath, apidoc.tmpPath))
|
| .then((_) => print(apidoc.status))
|
| .catchError((e) {
|
| print('Error: generation failed: ${e}');
|
|
|