Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Jan 8, 2025
1 parent 352f75d commit 9406e05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions changes/b4642a502f49353787b4f6632a6a6566.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
desc: Fixed an issue with the Storm loop and generator keywords, ``continue``, ``break``,
and ``stop``. Using these keywords to outside of a loop or generator function will now raise a ``StormRuntimeError``
exception. Using these keywords to tear down the Storm runtime will now emit an
``err`` message with the type ``StormRuntimeError`` and a message indicating the
invalid use of the keywords.
and ``stop``. Using these keywords outside of a loop or generator function will now
raise a ``StormRuntimeError`` exception. Using these keywords to tear down the Storm
runtime will now emit an ``err`` message with the type ``StormRuntimeError`` and a
message indicating the invalid use of the keywords.
prs: []
type: bug
...

0 comments on commit 9406e05

Please sign in to comment.