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

Fix logging array wrappers #245

Closed alexheretic closed 5 years ago

alexheretic commented 5 years ago

Always worth remembering that even after all the typescript type safety, forgetting to write 3 dots can still screw stuff up :stuck_out_tongue_winking_eye:.

Before

before

After fix

damieng commented 5 years ago

My mistake, thanks for catching it.