d78f37ec8f
Co-authored-by: Milan Burda <miburda@microsoft.com>
9 lines
210 B
HTML
9 lines
210 B
HTML
<html>
|
|
<body>
|
|
<script type="text/javascript" charset="utf-8">
|
|
require('node:fs').readdir(process.cwd(), () => {
|
|
require('electron').ipcRenderer.send('async-node-api-done');
|
|
})
|
|
</script>
|
|
</body>
|
|
</html>
|