You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bar = new ProgressBar(':current/:total :bar :percent :elapseds', {
total: files.length,
complete: red,
});
And then once I'm done, I'd run something like bar.update({ complete: green });, which re-renders the bar, but doesn't change the color. Am I missing something, or is this not supported?