minor cleanup
parent
f9450a58dd
commit
bbb6ef108a
|
|
@ -4,7 +4,7 @@ var moment = require('moment');
|
|||
var crypto = require('crypto');
|
||||
var exec = require('child_process').exec;
|
||||
var execSync = require('child_process').execSync;
|
||||
module.exports = function(s,config,lang,io,){
|
||||
module.exports = function(s,config,lang,io){
|
||||
console.log('FFmpeg version : '+s.ffmpegVersion)
|
||||
console.log('Node.js version : '+execSync("node -v"))
|
||||
s.processReady = function(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue