Skip to content

Commit

Permalink
cherrypick(release-1.4): check for ffmpeg only when starting screencast
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Sep 15, 2020
1 parent 7ef6db2 commit 9e9118e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions src/server/chromium/videoRecorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@
*/

import { ChildProcess } from 'child_process';
import { Progress, runAbortableTask } from '../progress';
import * as types from '../types';
import * as path from 'path';
import * as os from 'os';
import * as path from 'path';
import { assert } from '../../utils/utils';
import { launchProcess } from '../processLauncher';
import { Progress, ProgressController } from '../progress';
import { Progress, runAbortableTask } from '../progress';
import * as types from '../types';
import { spawnAsync } from '../validateDependencies';

Expand Down

0 comments on commit 9e9118e

Please sign in to comment.