Skip to content

Commit 21dc88e

Browse files
Fix swift codegen
1 parent 814e26a commit 21dc88e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/AsposeWordsCloud/Api/WordsAPI.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11163,7 +11163,9 @@ public class WordsAPI {
1116311163
}
1116411164
);
1116511165
}
11166-
11166+
catch let error {
11167+
callback(error);
11168+
}
1116711169
}
1116811170

1116911171
// Sync representation of resetCache method

0 commit comments

Comments
 (0)