Daniel Zlotin пре 8 година
родитељ
комит
a34c0f02ca
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js Прегледај датотеку

28
 }
28
 }
29
 
29
 
30
 function stopRecording() {
30
 function stopRecording() {
31
+  exec.execSync(`ps -ef | grep ffmpeg`);
31
   exec.execSync(`killall ffmpeg || true`);
32
   exec.execSync(`killall ffmpeg || true`);
32
   exec.execSync(`ls -l out.avi`);
33
   exec.execSync(`ls -l out.avi`);
33
   const json = require('./../package.json');
34
   const json = require('./../package.json');