We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec1b7a commit c9bff29Copy full SHA for c9bff29
src/shadow/npm/arborist/lib/arborist/index.ts
@@ -132,8 +132,8 @@ export class SafeArborist extends Arborist {
132
throw new Error(
133
stripIndents`
134
Socket ${binName} exiting due to risks.
135
- To view all risks rerun with environment variable ${SOCKET_CLI_VIEW_ALL_RISKS}=1.
136
- To accept risks rerun with environment variable ${SOCKET_CLI_ACCEPT_RISKS}=1.
+ View all risks - Rerun with environment variable ${SOCKET_CLI_VIEW_ALL_RISKS}=1.
+ Accept risks - Rerun with environment variable ${SOCKET_CLI_ACCEPT_RISKS}=1.
137
`
138
)
139
} else {
0 commit comments