Update e2e.mts

pull/2263/head
Mikael Finstad 2 years ago committed by GitHub
parent 99d1c373ab
commit 2fb78214fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -62,7 +62,11 @@ try {
console.log('Sending quit command');
await client.post('api/action/quit').text();
try {
await client.post('api/action/quit').text();
} catch (err) {
console.warn('Quit command failed', err);
}
} finally {
// ps.cancel();
}

Loading…
Cancel
Save