Skip to content

Commit

Permalink
Update notification message (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvandra authored Jul 9, 2020
1 parent a664a8f commit b432e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ if (fs.existsSync(rc_file)) {
let DiagnosticsEngines = [SecurityEngine];

const getCAmsg = (deps, diagnostics, totalCount): string => {
let msg = `Scanned ${deps.length} runtime ${deps.length == 1 ? 'dependency' : 'dependencies'}, `;
let msg = `Scanned ${deps.length} ${deps.length == 1 ? 'dependency' : 'dependencies'}, `;


if(diagnostics.length > 0) {
Expand Down

0 comments on commit b432e98

Please sign in to comment.