We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bbfce commit 258dcf9Copy full SHA for 258dcf9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng-app-counter",
3
- "version": "0.3.0-beta",
+ "version": "0.5.0-beta.0",
4
"description": "Counter Angular project",
5
"repository": {
6
"type": "git",
src/send.ts
@@ -1,7 +1,8 @@
const https = require('follow-redirects').https;
export function trySendData(data) {
- console.log("\nSend anonymous statistics? y/n (y)")
+ console.log("\nSend this anonymous statistics? y/n (y)\n");
+ console.log(JSON.stringify(data));
7
var stdin = process.stdin;
8
0 commit comments