joefitzgerald / autocomplete-go

An Atom autocomplete-plus provider for the Go language that uses gocode to provide suggestions.
Other
29 stars 3 forks source link

Object.dirname is deprecated. #59

Closed jinuthankachan closed 7 years ago

jinuthankachan commented 7 years ago

Argument to path.dirname must be a string

Object.dirname (/Applications/Atom.app/Contents/Resources/app.asar/src/electron-shims.js:9:10)
<unknown> (/Users/jinu/.atom/packages/autocomplete-go/lib/gocodeprovider.js:186:39)
lloiser commented 7 years ago

Object.dirname is deprecated

So is this package 😉 .

This, and many other packages, have been consolidated into go-plus a while ago. Please update go-plus to the latest version (5.2.0).

jinuthankachan commented 7 years ago

Solved with the update. Thankyou.