Skip to content

Commit 62a9702

Browse files
authored
Use stable name generation from LSP spec (#368)
1 parent 3a2e325 commit 62a9702

19 files changed

Lines changed: 2059 additions & 1665 deletions

File tree

generator/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def main(argv: Sequence[str]) -> None:
102102
LOGGER.info(f"Plugin {plugin} completed.")
103103
except Exception as e:
104104
LOGGER.error(f"Error running plugin {plugin}:", exc_info=e)
105+
raise e
105106

106107

107108
if __name__ == "__main__":

0 commit comments

Comments
 (0)