Skip to content

Commit

Permalink
Fix require again
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed Dec 27, 2019
1 parent 377dd3b commit 9c316d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -35,7 +35,7 @@
<div id="root"></div>
<script>
;(function() {
if (require == null) {
if (typeof require === 'undefined') {
return
}
const electron = require('electron')
Expand Down

0 comments on commit 9c316d5

Please sign in to comment.