Open
Description
A middleware might wish to implement a different behavaiour based on the information if the code is being run from an editor of as a part of a watch. Currently, I don't see any obvious way to solve an issue like nikitakit/hydrogen-python#25.
Am I missing something, or do the call to middleware.execute
could use so optional parameter indicating that it's called from a watch?