keeps showing "Installing agent" spinner #65

also fix wording
diff --git a/src/agentmgr.js b/src/agentmgr.js
index 34b182d..585d9e0 100644
--- a/src/agentmgr.js
+++ b/src/agentmgr.js
@@ -450,7 +450,7 @@
                 await deleteActionIfExists(this.wsk, `${this.actionName}_wskdebug_completed`);
 
             } else if (!isStartup) {
-                log.log(`Following helper actions are not removed to make shutdown fast. Remove using --cleanup if desired.`);
+                log.log(`Following helper actions are not removed to keep shutdown fast. Remove using --cleanup if desired.`);
                 log.log(`- ${log.highlightColor(copy)}`);
                 if (!this.concurrency && !this.ngrokAgent) {
                     log.log("- " + log.highlightColor(`${this.actionName}_wskdebug_invoked`));
diff --git a/src/debugger.js b/src/debugger.js
index e0db32a..f2e1596 100644
--- a/src/debugger.js
+++ b/src/debugger.js
@@ -169,6 +169,7 @@
     }
 
     async logDetails() {
+        log.stopSpinner();
         log.log();
         log.highlight("Action     : ", `/${this.wskProps.namespace}/${this.actionName}`);
         if (this.sourcePath) {