kopia lustrzana https://github.com/mifi/lossless-cut
Update e2e.mts
rodzic
99d1c373ab
commit
2fb78214fc
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue