From 4bb9e0e8c92ee16e7df151ec2e5286f34a893d23 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 17 Oct 2024 15:30:18 +0100 Subject: [PATCH] DEV: Correct link in uppy-debugging warning message (#29256) Followup to 06d32a8a --- .../javascripts/discourse/app/lib/uppy/upload-debugging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/lib/uppy/upload-debugging.js b/app/assets/javascripts/discourse/app/lib/uppy/upload-debugging.js index 05c6f0b3477..a2c65b3b629 100644 --- a/app/assets/javascripts/discourse/app/lib/uppy/upload-debugging.js +++ b/app/assets/javascripts/discourse/app/lib/uppy/upload-debugging.js @@ -64,7 +64,7 @@ export default class UppyUploadDebugging { instrumentUploadTimings(uppy) { if (!this.#performanceApiSupport()) { warn( - "Some browsers do not return a PerformanceMeasure when calling this.#performanceMark, disabling instrumentation. See https://developer.mozilla.org/en-US/docs/Web/API/this.#performanceMeasure#return_value and https://bugzilla.mozilla.org/show_bug.cgi?id=1724645", + "Some browsers do not return a PerformanceMeasure when calling this.#performanceMark, disabling instrumentation. See https://developer.mozilla.org/en-US/docs/Web/API/Performance/measure#return_value and https://bugzilla.mozilla.org/show_bug.cgi?id=1724645", { id: "discourse.upload-debugging" } ); return;