Browse Source

fix

pull/22/head
Mikael Finstad 6 years ago
parent
commit
a67dfd1386
  1. 2
      sources/videoFrameSource.js

2
sources/videoFrameSource.js

@ -113,7 +113,7 @@ module.exports = async ({ width, height, channels, framerateStr, verbose, enable
});
const close = () => {
console.log('Close', path);
if (verbose) console.log('Close', path);
ps.cancel();
};

Loading…
Cancel
Save