standout 0.5.33 → 0.5.34
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.
- package/dist/cli.js +3 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -346,7 +346,9 @@ async function runLocal() {
|
|
|
346
346
|
stop2();
|
|
347
347
|
}
|
|
348
348
|
if (!png) {
|
|
349
|
-
process.stderr.write("\n
|
|
349
|
+
process.stderr.write("\n ✓ Your wrapped is above — that's the full local result.\n" +
|
|
350
|
+
" The shareable card image is generated by Standout, so it needs a\n" +
|
|
351
|
+
" connection. You appear to be offline; re-run online to get it.\n\n");
|
|
350
352
|
return;
|
|
351
353
|
}
|
|
352
354
|
const file = join(tmpdir(), `standout-wrapped-${Date.now()}.png`);
|