test: fix demo video

This commit is contained in:
Thomas Nordquist
2024-05-24 21:48:18 +02:00
parent e9a56ac48d
commit 3bc23e6d74

View File

@@ -147,6 +147,9 @@ async function doStuff() {
console.log('Stopped mqtt client')
cleanUp(scenes, electronApp)
// Force exit since there appear to be open handles
process.exit(0)
}
doStuff()