Fix path
This commit is contained in:
parent
f3078065eb
commit
df6263172b
|
@ -14,6 +14,6 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// You can also require other files to run in this process
|
// You can also require other files to run in this process
|
||||||
require('renderer.js')
|
require('./renderer.js')
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue