atom / atom-languageclient

Language Server Protocol support for Atom (the basis of Atom-IDE)
https://ide.atom.io/
MIT License
389 stars 78 forks source link

Log request cancellation errors at debug level #184

Closed daviwil closed 6 years ago

daviwil commented 6 years ago

Gets rid of some error noise in log output caused by uncaught promise rejections when CancellationTokens are cancelled.

daviwil commented 6 years ago

PR updated to shift request cancellation error logging to debug level.