Skip to content

Commit

Permalink
Update tool/grind.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
  • Loading branch information
nex3 and Goodwine committed Apr 10, 2024
1 parent 223d808 commit efdf347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ String _readAndResolveMarkdown(String path) => File(path)

/// Returns a map from JS type declaration file names to their contnets.
Map<String, String> _fetchJSTypes() {
var languageRepo = _updateLanguageRepo();;
var languageRepo = _updateLanguageRepo();

var typeRoot = p.join(languageRepo, 'js-api-doc');
return {
Expand Down

0 comments on commit efdf347

Please sign in to comment.