Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
fix: useful error message if user does not sent bot a message during …
Browse files Browse the repository at this point in the history
…diagnostic

fixes #63
  • Loading branch information
jonfreedman committed Oct 22, 2017
1 parent 1f08a7f commit 10ced74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diagnostic.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ symphony.createDatafeed()
process.exit(0);
})
.catch((err) => {
logger.error(`Failed to fetch key manager token: ${err}`);
logger.error(`Was it something I said? You didn't send me a message...: ${err}`);
});

0 comments on commit 10ced74

Please sign in to comment.