Updated command

This commit is contained in:
Supositware 2019-03-01 19:29:08 +01:00
parent d95742776e
commit f259165bee

View file

@ -64,7 +64,7 @@ class nolightCommand extends Command {
}); });
async function apng() { async function apng() {
const { stdout, stderr } = await exec('apngasm img/nolight.png img/frame00*.png /f'); const { stdout, stderr } = await exec('apngasm -o nolight.png frame00*.png -s');
console.log(`stdout: ${stdout}`); console.log(`stdout: ${stdout}`);
console.log(`stderr: ${stderr}`); console.log(`stderr: ${stderr}`);
if (stdout.includes('all done')) { if (stdout.includes('all done')) {