We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4153f2 commit 3cd2cf2Copy full SHA for 3cd2cf2
bin/commands/runs.js
@@ -535,6 +535,7 @@ module.exports = function run(args, rawArgs) {
535
pkg,
536
updateCheckInterval: 1000 * 60 * 60 * 24 * 7,
537
});
538
+
539
// Checks for update on first run.
540
// Set lastUpdateCheck to 0 to spawn the check update process as notifier sets this to Date.now() for preventing
541
// the check untill one interval period. It runs once.
0 commit comments