There is an error in the code below (See title above): ``` aFuture := [ Error signal ] future. aFuture onFailureDo: [ :error | error sender method selector logCr ]. ```
There is an error in the code below (See title above):