« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util/cli.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/cli.js')
-rw-r--r--src/util/cli.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/cli.js b/src/util/cli.js
index 1ddc90e0..f83c8061 100644
--- a/src/util/cli.js
+++ b/src/util/cli.js
@@ -330,3 +330,11 @@ export function progressCallAll(msgOrMsgFn, array) {
 
   return vals;
 }
+
+export function fileIssue({
+  topMessage = `This shouldn't happen.`,
+} = {}) {
+  console.error(color.red(`${topMessage} Please let the HSMusic developers know:`));
+  console.error(color.red(`- https://hsmusic.wiki/feedback/`));
+  console.error(color.red(`- https://github.com/hsmusic/hsmusic-wiki/issues/`));
+}