catchpoint / WebPageTest.agent

Cross-platform WebPageTest agent
Other
210 stars 138 forks source link

Fix resetting of execution context #617

Closed pmeenan closed 1 year ago

pmeenan commented 1 year ago

setExecutionContext with no context is supposed to reset it but was throwing an exception because the target param is None when missing.

For #616