Let the user know the arity of a missing method in the error message.
This commit is contained in:
@@ -3,5 +3,5 @@ var fiber = new Fiber {
|
||||
}
|
||||
|
||||
IO.print(fiber.error) // expect: null
|
||||
IO.print(fiber.try) // expect: String does not implement method 'unknown'.
|
||||
IO.print(fiber.error) // expect: String does not implement method 'unknown'.
|
||||
IO.print(fiber.try) // expect: String does not implement method 'unknown' with 0 arguments.
|
||||
IO.print(fiber.error) // expect: String does not implement method 'unknown' with 0 arguments.
|
||||
|
||||
Reference in New Issue
Block a user