Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Apr 17, 2020
1 parent b35f7cf commit e13a469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/resolve.js
Expand Up @@ -2,7 +2,7 @@

let { resolve } = eval("require");

// In the VS Code extension `require` is overridden and `require.resolve` doesn't support the 2nd argument.
// In the VS Code and Atom extension `require` is overridden and `require.resolve` doesn't support the 2nd argument.
if (
/* istanbul ignore next */
resolve.length === 1 ||
Expand Down

0 comments on commit e13a469

Please sign in to comment.