You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Work\Project>joe u Updating gitignore files.. 2017/02/16 16:22:20 open /tmp/master.zip: The system cannot find the path specified.
The reason is the my (and most) windows machines do not have a /tmp folder.
Easy enough to work around (by creating the c:\tmp folder).
But, a fix would be to change any hard coded references to /tmp to use os.TempDir() so it finds the correct temp folder for the O/S.
Thanks for such a great tool.
The text was updated successfully, but these errors were encountered:
C:\Work\Project>joe u
Updating gitignore files..
2017/02/16 16:22:20 open /tmp/master.zip: The system cannot find the path specified.
The reason is the my (and most) windows machines do not have a /tmp folder.
Easy enough to work around (by creating the c:\tmp folder).
But, a fix would be to change any hard coded references to
/tmp
to useos.TempDir()
so it finds the correct temp folder for the O/S.Thanks for such a great tool.
The text was updated successfully, but these errors were encountered: