commit
a6d8e4f12e
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ var errored2 = m.prop.combine(function(stream) {
|
||||||
if (typeof stream() !== "string") {
|
if (typeof stream() !== "string") {
|
||||||
throw new Error("Not a string")
|
throw new Error("Not a string")
|
||||||
}
|
}
|
||||||
return value
|
return stream()
|
||||||
}, [stream])
|
}, [stream])
|
||||||
// errored2 is in an errored state
|
// errored2 is in an errored state
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue