Skip to content

Commit

Permalink
Node 16.x breakpoint warning resolved in 16.4 (#1044)
Browse files Browse the repository at this point in the history
Since the said issue is resolved and shipped in 16.4, Suggesting users to downgrade is a bad idea, instead they should be recommended to upgrade to the latest release to resolve this issue.

Reference: nodejs/node#38273
  • Loading branch information
Ashesh3 committed Jun 27, 2021
1 parent 489fc21 commit e93c6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/targets/node/nodeBinaryProvider.ts
Expand Up @@ -75,7 +75,7 @@ const warningMessages: ReadonlyArray<IWarningMessage> = [
inclusiveMax: new Semver(16, 3, 99),
message: localize(
'warning.16bpIssue',
'Some breakpoints might not work in your version of Node.js. We suggest temporarily downgrading to Node 14. Details: https://aka.ms/AAcsvqm',
'Some breakpoints might not work in your version of Node.js. We recommend upgrading for the latest bug, performance, and security fixes. Details: https://aka.ms/AAcsvqm',
),
},
{
Expand Down

0 comments on commit e93c6d6

Please sign in to comment.