@ -79,6 +79,6 @@ let child = spawn(
);
// Clean up temporary files once the child exits
child.on('exit', async () => {
child.on('close', async () => {
await cleanup();
});
The note is not visible to the blocked user.