Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function footer() {
let line = draw.strLeft(' SI-Version: ' + si.version() + ' Node: ' + process.versions.node + ' V8: ' + process.versions.v8, 110);
line = draw.strAddRight(line, '(c) ' + new Date().getFullYear() + ' Sebastian Hildebrandt ');
return line;
}
function machine_os() {