mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 22:47:24 +08:00
Added isGlobal to update notifier. (#1079)
This commit is contained in:
committed by
Bryan Kendall
parent
14cfda4a4c
commit
da8fd6f577
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user