diff --git a/web/src/engine/predictive-text/worker-thread/src/main/index.ts b/web/src/engine/predictive-text/worker-thread/src/main/index.ts index 318256ba543..0c1a4a854e2 100644 --- a/web/src/engine/predictive-text/worker-thread/src/main/index.ts +++ b/web/src/engine/predictive-text/worker-thread/src/main/index.ts @@ -269,7 +269,7 @@ export class LMLayerWorker { } catch (err) { // Does not catch errors thrown within the imported script. // Does catch errors with the model script's file-path. - this.error("Error occurred when attempting to load dictionary", err); + this.error(`Error occurred when attempting to load dictionary at '${url}'`, err); // Remain in the model-unloaded state; the load attempt was unsuccessful. }