From 72f929d6f5b65412fc034f76055749236a790df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Polg=C3=A1r?= <37218286+2colours@users.noreply.github.com> Date: Wed, 18 Oct 2023 04:03:08 +0200 Subject: [PATCH] s/Atom/Pulsar/ on the go Co-authored-by: confused_techie --- src/disable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disable.js b/src/disable.js index fa254006..428313cd 100644 --- a/src/disable.js +++ b/src/disable.js @@ -46,7 +46,7 @@ Disables the named package(s).\ const configFilePath = CSON.resolve(path.join(config.getAtomDirectory(), 'config')); if (!configFilePath) { - return 'Could not find config.cson. Run Atom first?'; //errors as return values atm + return 'Could not find config.cson. Run Pulsar first?'; //errors as return values atm } let settings;