Sorry, just noticed the delay flag being duplicated, and also went ahead to do devDep. updates (which replaces the need for your other automated PR).
Btw, I noticed that the sunset and other functions make calls like sunTimes.returnPNMS(err, datetime, 19, 30); with err as the first argument, but that seems odd if not mistaken with returnPNMS showing its first argument as returnDate. Was that deliberate?
Btw, whenever you may be ready for a new release of MSM, I can submit my BadiDate PR as well.
err as first argument is correct, the code actually throws a "tagged" moment object. Looks like our commits overlapped so I just removed the duplicated flag myself as this PR had merge conflicts.
--delay
flag for MochaSorry, just noticed the delay flag being duplicated, and also went ahead to do devDep. updates (which replaces the need for your other automated PR).
Btw, I noticed that the
sunset
and other functions make calls likesunTimes.returnPNMS(err, datetime, 19, 30);
witherr
as the first argument, but that seems odd if not mistaken withreturnPNMS
showing its first argument asreturnDate
. Was that deliberate?Btw, whenever you may be ready for a new release of MSM, I can submit my BadiDate PR as well.