logs.js 98 Bytes Raw Blame History Permalink 1 2 3 4 5 for (var i = 0; i < 10; i++) { console.log('stdout %d', i); console.error('stderr %d', i); }