Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
update messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
joeferraro committed Oct 7, 2015
1 parent c394354 commit 40c901b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def check_server():
urllib.request.urlopen('http://localhost:'+str(port_number)+'/app/home/index')
except urllib.error.URLError as e:
debug(e)
raise MMException('Could not contact local MavensMate server, please ensure MavensMate-app is installed and running. \n\nIn version 5+ of MavensMate for Sublime Text, there is a new companion app called MavensMate-app. You must download, install, and run this application in order for the MavensMate for Sublime Text plugin to operate. For more information, please visit https://github.com/joeferraro/MavensMate-app')
raise MMException('Could not contact local MavensMate server, please ensure MavensMate-app is installed and running. \n\nIn version 7+ of MavensMate for Sublime Text, there is a new companion app called MavensMate-app. You must download, install, and run this application in order for the MavensMate for Sublime Text plugin to operate. For more information, please visit https://github.com/joeferraro/MavensMate-app')
except Exception as e:
debug(e)
raise MMException(str(e))
Expand Down
2 changes: 1 addition & 1 deletion mavensmate.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def plugin_loaded():
util.start_mavensmate_app(printer)
time.sleep(1.5)
mm.check_server()
message = 'Happy coding :)'
message = 'Wait ... I thought we just updated to v5? For more information: https://github.com/joeferraro/MavensMate-SublimeText/blob/master/messages/rollback.md\n\nHappy coding :)'
printer.show()
printer.write('\n'+message+'\n')
except Exception as e:
Expand Down

0 comments on commit 40c901b

Please sign in to comment.