ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang
MIT License
165 stars 24 forks source link

Error when compiling the example in README #5

Closed facorazza closed 6 years ago

facorazza commented 6 years ago
utils.nim(282, 7) Error: expression 'raise
  ## creates an exception object of type ``exceptn`` and sets its ``msg`` field
  ## to `message`. Returns the new exception object.
  var e465318: ref ValueError
  new(e465318)
  e465318.msg = "Unsupported node: " & lispRepr(node[1][0])
  e465318.parent = nil
  e465318' is of type 'NimNode' and has to be discarded; start of expression here: utils.nim(234, 4)
ba0f3 commented 6 years ago

what is your Nim version?