You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WhenError ignore <| // ignore is a standard f# function accepting one argument
328
+
action {
329
+
printfn "Some useful job"
330
+
failwith "File IO error!"
331
+
printfn "This wont run"
332
+
})
333
+
]
334
+
```
335
+
297
336
### need
298
337
299
338
`need` function is widely used internally and it is a key element for dependency tracking. Calling `need` ensures the requested files are built according to rules.
0 commit comments