MCPcopy
hub / github.com/visionmedia/node-progress / bar5

Function bar5

examples/formats.js:66–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66function bar5() {
67 var bar = new ProgressBar(' [:bar] :elapseds elapsed, eta :etas', {
68 width: 8
69 , total: 50
70 });
71
72 var id = setInterval(function(){
73 bar.tick();
74 if (bar.complete) {
75 clearInterval(id);
76 }
77 }, 300);
78}

Callers 1

bar4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected