Skip to content

Commit

Permalink
refs #7 : change - addError to addInfo for first run
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Jan 13, 2017
1 parent 123b368 commit de9fbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sorna-code-runner.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ module.exports = SornaCodeRunner =

notifyMissingMandatorySettings: (missingSettings) ->
context = this
errorMsg = "sorna-code-runner: Mandatory settings missing: " + missingSettings.join(', ')
errorMsg = "sorna-code-runner: Please input following settings: " + missingSettings.join(', ')

notification = atom.notifications.addError errorMsg,
notification = atom.notifications.addInfo errorMsg,
dismissable: true
buttons: [{
text: "Package settings"
Expand Down

0 comments on commit de9fbc9

Please sign in to comment.