Tweak error message when theme file is not found

This commit is contained in:
Kevin Sawicki
2013-08-11 13:44:33 -07:00
parent 808f7e6ed3
commit 994e856ccd

View File

@@ -14,7 +14,7 @@ module.exports = (grunt) ->
grunt.file.write(atomThemePath, textMateTheme.getStylesheet())
grunt.log.ok("Atom theme written to: #{atomThemePath}")
else
grunt.log.error("Theme file at path not found: #{textMateThemePath}")
grunt.log.error("No theme file found at: #{textMateThemePath}")
false
else
grunt.log.error('Must specify --path=<path to TextMate theme>')