Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
fix(App): Fix body closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDabrowski committed Nov 3, 2018
1 parent 222bb42 commit e1ff03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
originalReloadBehaviour(file);
} else {
if (file.path.includes('/build/webview/')) {
debug('Livereload: Reloading all webvies');
debug('Livereload: Reloading all webviews');
const webviews = document.querySelectorAll('webview').forEach(webview => webview.reload());
} else {
debug('Livereload: skip reload as only main process files have changed');
Expand All @@ -49,5 +49,5 @@
})();
}
</script>
</body
</body>
</html>

0 comments on commit e1ff03f

Please sign in to comment.