test: fix demo video

This commit is contained in:
Thomas Nordquist
2024-05-24 21:48:18 +02:00
parent ae0ce79e26
commit 18f8da9054

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()