Skip to content

Commit fa86644

Browse files
committed
🚧 feat(wip): messaging
1 parent 1371989 commit fa86644

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

magnet/ic/field.py

+2
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ async def listen(self, cb=print, job_n: int = None):
257257
_f('success', f"job of {job_n} fulfilled")
258258
except Exception as e:
259259
_f('fatal', e)
260+
except ValueError as e:
261+
_f('warn', f'{self.session} reached the end of {self.category}, {self.stream}')
260262
except Exception as e:
261263
_f('fatal', e)
262264
else:

0 commit comments

Comments
 (0)