nwolverson/atom-ide-purescript

Console error on completing module import

nwolverson opened this issue · 0 comments

Completing e.g. import Contr - the completion is successful but error is logged:

Request workspace/executeCommand failed with message: Cannot read property 'command' of null

Should not be attempting to execute nonexistent command in this case.