Added isGlobal to update notifier. (#1079)

This commit is contained in:
Kasra Bigdeli
2019-01-07 12:41:14 -08:00
committed by Bryan Kendall
parent 14cfda4a4c
commit da8fd6f577

View File

@@ -3,7 +3,7 @@
var pkg = require("../../package.json");
var updateNotifier = require("update-notifier")({ pkg: pkg });
updateNotifier.notify({ defer: true });
updateNotifier.notify({ defer: true, isGlobal: true });
var client = require("..");
var errorOut = require("../errorOut");