Update checked-in dependencies

This commit is contained in:
github-actions[bot]
2021-08-09 19:49:16 +00:00
parent a0ab4842b5
commit 068ade0b31
93 changed files with 4472 additions and 4635 deletions

View File

@@ -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`.