Skip to content

Commit a0ae8f6

Browse files
committed
Update consent message
1 parent 4e5d87e commit a0ae8f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/commands/init/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@ async function promptTelemetry() {
104104
// initial: "Yes",
105105
message: `Node-RED would like to send anonymous usage data back to the Node-RED team.
106106
This information helps us to understand how it is used.
107+
It does not include any details of your flows or users.
107108
For full information on what information is collected and how it is used,
108-
please see https://nodered.org/docs/telemetry`,
109+
please see https://nodered.org/docs/telemetry
110+
`,
109111
choices: ['Yes, send my usage data', 'No, do not send my usage data'],
110112
result(value) {
111113
return /Yes/.test(value)

0 commit comments

Comments
 (0)