mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Tweak error message when theme file is not found
This commit is contained in:
@@ -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>')
|
||||
|
||||
Reference in New Issue
Block a user