deadman-fm 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -250,13 +250,13 @@ export async function interactive() {
|
|
|
250
250
|
options: [
|
|
251
251
|
{
|
|
252
252
|
value: "create",
|
|
253
|
-
label: "
|
|
254
|
-
hint: "
|
|
253
|
+
label: "Start Mining",
|
|
254
|
+
hint: "point to your music, start earning $FM",
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
value: "sync",
|
|
258
|
-
label: "Sync
|
|
259
|
-
hint: "
|
|
258
|
+
label: "Sync Music",
|
|
259
|
+
hint: "add or update tracks on your station",
|
|
260
260
|
},
|
|
261
261
|
{
|
|
262
262
|
value: "connect",
|
|
@@ -577,7 +577,7 @@ async function handleList() {
|
|
|
577
577
|
}
|
|
578
578
|
listSpinner.stop(`Found ${logs.length} station${logs.length === 1 ? "" : "s"} on Base`);
|
|
579
579
|
if (logs.length === 0) {
|
|
580
|
-
p.log.info("No stations yet. Run
|
|
580
|
+
p.log.info("No stations yet. Run Start Mining to begin.");
|
|
581
581
|
return;
|
|
582
582
|
}
|
|
583
583
|
const lines = [];
|