Lines Matching refs:console
93 console.log(commandLineUsage(usage));
98 console.error('You must supply a Lottie JSON filename.');
99 console.log(commandLineUsage(usage));
108 console.error('The --renderer flag must have as a value one of: ', RENDERERS);
109 console.log(commandLineUsage(usage));
122 app.listen(options.port, () => console.log('- Local web server started.'))
134 console.log('- Launching chrome in headless mode.');
146 console.log(`- Loading our Lottie exercising page for ${options.input}.`);
156 console.log('- Waiting 15s for all the tiles to be drawn.');
161 console.log('Timed out while loading or drawing. Either the JSON file was ' +
167 console.log('- Taking screenshot.');
189 console.log(`- Reporting ${options.input} to Gold server ${options.post_to}`);
216 console.log(`open ${targetURL} to see the animation.`)