s.on('error', (err) => {
            logger.error(err, 'Plaintext export error occurred');

            // End the download
            res.end();