Fix JS style in test HTMLs

This commit is contained in:
Ryohei Ikegami 2017-04-30 19:43:21 +09:00
parent 3c5179b717
commit da97150fc9
4 changed files with 17 additions and 17 deletions

View file

@ -1,9 +1,9 @@
<html>
<body>
<script type="text/javascript" charset="utf-8">
const {ipcRenderer} = require("electron");
const runas = require('runas');
ipcRenderer.send('answer', typeof runas);
const {ipcRenderer} = require('electron')
const runas = require('runas')
ipcRenderer.send('answer', typeof runas)
</script>
</body>
</html>