Missing summary.lastBoot and lastBootstrap

Zaid Abdulla zaid at genieacs.com
Wed Jan 6 14:45:54 EST 2016


On Wed, Jan 6, 2016, at 05:10 PM, h0rst wrote:
> Hi again...
> 
> I found the following lines of code in "update-device.js":
> 
> >  ...
> >  update['$set']['_lastInform'] = now;
> >  if (indexOf.call(updatesBatch.informEvents, '1 BOOT') >= 0) {
> >    update['$set']['_lastBoot'];
> >  }
> 
> If i edit it like:
> 
> > update['$set']['_lastBoot'] = now;

That looks like a bug. Great find! I just pushed a fix for it. Pull the
updates if you've installed from source. This fix will be included in
the next release to npm. Thank you.

Zaid


More information about the Users mailing list