mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 20:45:42 -04:00
build(deps): bump playwright from 1.49.1 to 1.50.1
This commit is contained in:
2
node_modules/playwright/lib/reporters/internalReporter.js
generated
vendored
2
node_modules/playwright/lib/reporters/internalReporter.js
generated
vendored
@@ -123,7 +123,7 @@ function addLocationAndSnippetToError(config, error, file) {
|
||||
});
|
||||
// Convert /var/folders to /private/var/folders on Mac.
|
||||
if (!file || _fs.default.realpathSync(file) !== location.file) {
|
||||
tokens.push(_base.colors.gray(` at `) + `${(0, _base.relativeFilePath)(config, location.file)}:${location.line}`);
|
||||
tokens.push(_base.internalScreen.colors.gray(` at `) + `${(0, _base.relativeFilePath)(_base.internalScreen, config, location.file)}:${location.line}`);
|
||||
tokens.push('');
|
||||
}
|
||||
tokens.push(codeFrame);
|
||||
|
||||
Reference in New Issue
Block a user