Prevent Exception from getUri() in Cli-Context - #124
Conversation
Additionally check if we are running in cli. Without it cli tasks which build a fake FE/BE Request fail.
|
|
|
Still present in 6.0.0, and the one-line change in this PR is the right fix. Fresh reproduction, in case it helps get this merged:
State of the request at that moment, dumped from a shutdown function: Two details that were new to me and may be useful for the issue: The faking extension here is Why an unknown command triggers it reliably: Worth stressing what the bug costs: the On the fix itself: checking We are shipping the equivalent behaviour downstream in the meantime by replacing |
Additionally check if we are running in cli.
Without it cli tasks which build a fake FE/BE Request fail.
fixes #121