Skip to content

Debug notify

Bennett Blodinger edited this page Mar 18, 2017 · 1 revision

Posting Notifications

  • debug.notify(title, message)

Notifies the user by delivering a notification via OS X's Notification Center. This takes a title and an informative message, both which are strings.

Raises BufferError if the message or title could not be parsed correctly.