mixu / gr

Multiple git repository management tool
http://mixu.net/gr/
674 stars 104 forks source link

Deprecation warning node 7 #57

Closed timja closed 7 years ago

timja commented 7 years ago

There's a deprecation warning on running gr tag discover.

$ node --version
v7.2.0
(node:42479) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.

Full output:

gr tag discover ~/projects/apath/
[gr] 3328/3328 Scanning /Users/timja/apath/* for .git directories (depth 5)
(node:42479) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
Tags updated. Run `gr status` or `gr tag list` to see the current state.
mixu commented 7 years ago

fixed and published on npm as v0.5.3

timja commented 7 years ago

Thanks!