diff --git a/packages/docregistry/src/context.ts b/packages/docregistry/src/context.ts index 289814e79d3c..626fa1ba5e04 100644 --- a/packages/docregistry/src/context.ts +++ b/packages/docregistry/src/context.ts @@ -695,7 +695,7 @@ export class Context `${tDisk}` ); let body = - `The file has changed on disk since the last time it ` + + `"${this.path}" has changed on disk since the last time it ` + `was opened or saved. ` + `Do you want to overwrite the file on disk with the version ` + ` open here, or load the version on disk (revert)?`;