Syntax for conditional check for errors in README doesn't work
Created by: fatuhoku
There's a few instances in the README where errors are handled with this conditional:
} else if task.error() {
However I cannot get this to compile.
Created by: fatuhoku
There's a few instances in the README where errors are handled with this conditional:
} else if task.error() {
However I cannot get this to compile.