electron/spec/fixtures/pages/process-exit.html

9 lines
127 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
process.on('exit', function() {
});
</script>
</body>
</html>