70bf21e064
Handle Changesets / Handle Changesets (push) Waiting to run
Semgrep OSS scan / semgrep-oss (push) Waiting to run
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
14 lines
577 B
Diff
14 lines
577 B
Diff
diff --git a/build/chunk-JAN2TFI2.js b/build/chunk-JAN2TFI2.js
|
|
index a6321161988abe906e7745bf9d540670dee5b289..28c79363b321cd99809c44fdfeebcf86b05cada6 100644
|
|
--- a/build/chunk-JAN2TFI2.js
|
|
+++ b/build/chunk-JAN2TFI2.js
|
|
@@ -50,7 +50,7 @@ var ErrorStack = class extends BaseComponent {
|
|
*/
|
|
#getEditorLink(ide, frame) {
|
|
const editorURL = EDITORS[ide] || ide;
|
|
- if (!editorURL || frame.type === "native") {
|
|
+ if (!editorURL || frame.type === "native" || frame.fileType !== 'fs') {
|
|
return {
|
|
text: this.#getRelativeFileName(frame.fileName)
|
|
};
|