mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
DEV: Correct link in uppy-debugging warning message (#29256)
Followup to 06d32a8a
This commit is contained in:
parent
c08c40dc23
commit
4bb9e0e8c9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user