MeemeeLab / node-anime-viewer

Nodejs implementation of ani-cli.
Other
27 stars 6 forks source link

Missing newline #8

Closed ghost closed 2 years ago

ghost commented 2 years ago

Need to change

Terminal.terminal.red('Exiting with exit code 1...');

to

Terminal.terminal.red('Exiting with exit code 1...\n');

on line 38 of index.js

MeemeeLab commented 2 years ago

Can you post PR? Thanks!