mirror of
https://github.com/github/codeql-action.git
synced 2025-12-20 14:20:07 +08:00
Update checked-in dependencies
This commit is contained in:
5
node_modules/eslint-module-utils/resolve.js
generated
vendored
5
node_modules/eslint-module-utils/resolve.js
generated
vendored
@@ -217,10 +217,7 @@ const erroredContexts = new Set();
|
||||
*/
|
||||
function resolve(p, context) {
|
||||
try {
|
||||
return relative( p
|
||||
, context.getFilename()
|
||||
, context.settings
|
||||
);
|
||||
return relative(p, context.getPhysicalFilename ? context.getPhysicalFilename() : context.getFilename(), context.settings);
|
||||
} catch (err) {
|
||||
if (!erroredContexts.has(context)) {
|
||||
// The `err.stack` string starts with `err.name` followed by colon and `err.message`.
|
||||
|
||||
Reference in New Issue
Block a user