trymeanwhile 1.3.1 → 1.3.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.
- package/bin/meanwhile.js +3 -0
- package/package.json +1 -1
package/bin/meanwhile.js
CHANGED
|
@@ -208,6 +208,9 @@ async function main() {
|
|
|
208
208
|
// lines and indentation do the hierarchy work no --verbose flag can.
|
|
209
209
|
console.log("meanwhile: installed. congratulations, you now get paid to wait.");
|
|
210
210
|
console.log();
|
|
211
|
+
console.log(" privacy: this never reads your code or your prompts -- only that a");
|
|
212
|
+
console.log(" line was shown, and for how long. that's the whole billing signal.");
|
|
213
|
+
console.log();
|
|
211
214
|
if (sampleLine) {
|
|
212
215
|
console.log(` just tested the connection -- here's a real line: "${sampleLine}"`);
|
|
213
216
|
console.log();
|
package/package.json
CHANGED