Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed typos in server start and type error in message
- Added space between the theme name and the --buildDrafts option - Changed string concatenation to format string (otherwise +server["PORT"] will fail if it is an int and not explicitly cast to a string) - sublime.status_message(out) was failing as out is a Popen process, not a string, changed it to a relevant status message
- Loading branch information