pretty-fail.hxml.stderr 236 B

1234567
  1. [ERROR] Mismatch.hx:6: characters 19-26
  2. 6 | p.then(x -> 10, e -> "");
  3. | ^^^^^^^
  4. | (e : Dynamic) -> String should be Null<js.lib.PromiseHandler<Dynamic, Int>>
  5. | For optional function argument 'onRejected'