From feac7967d62dd8bdf682b53f972437e3a47050a3 Mon Sep 17 00:00:00 2001 From: Dennis <10233439+idea404@users.noreply.github.com> Date: Wed, 1 Jun 2022 11:45:13 +0100 Subject: [PATCH] add isGlobal true boolean to notification --- utils/check-version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/check-version.js b/utils/check-version.js index a2d691dd..9aef48eb 100644 --- a/utils/check-version.js +++ b/utils/check-version.js @@ -37,7 +37,7 @@ Run {cyan ${updateCommand}} to avoid unexpected behavior`; borderStyle: 'round' }; - notifier.notify({ message, boxenOpts }); + notifier.notify({ message, boxenOpts, isGlobal: true }); } };