Skip to content

Commit

Permalink
fix deploy plugin notification
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Apr 3, 2017
1 parent 903bc55 commit 9ec1ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/renderer/components/LandingPageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
try {
fs.copySync(start, end)
console.log(util.format('copying from %s to %s', start, end))
new Notification('Congratulations', {body: 'Timber deploy done'})
new Notification('Congratulations', {body: 'Plugin has been deploy, please restart your IDE'})
} catch (err) {
console.log(err)
remote.dialog.showErrorBox('Sorry, something went wrong :(', String(err))
Expand Down

0 comments on commit 9ec1ea7

Please sign in to comment.