Skip to content

Commit 286bd4e

Browse files
jonasfjsigurdm
andauthored
Update app/lib/package/api_export/api_exporter.dart
Co-authored-by: Sigurd Meldgaard <[email protected]>
1 parent 025b4e2 commit 286bd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/package/api_export/api_exporter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class ApiExporter {
164164

165165
if (errCount > 0) {
166166
throw Exception(
167-
'$errCount exceptions happened while calling synchronizePackage',
167+
'$errCount exceptions happened while calling synchronizeExportedApi',
168168
);
169169
}
170170
}

0 commit comments

Comments
 (0)