kopia lustrzana https://github.com/mifi/lossless-cut
improve e2e script
rodzic
5cc5115b02
commit
2412099006
|
@ -75,9 +75,11 @@ try {
|
|||
|
||||
console.log('Waiting for app to quit');
|
||||
|
||||
const { stdout, stderr } = await ps;
|
||||
|
||||
console.log('App has quit');
|
||||
|
||||
console.log('stdout:', stdout);
|
||||
console.log('stderr:', stderr);
|
||||
try {
|
||||
const { stdout, stderr } = await ps;
|
||||
console.log('App exited');
|
||||
console.log('stdout:', stdout);
|
||||
console.log('stderr:', stderr);
|
||||
} catch (err) {
|
||||
console.warn(err);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue