Procházet zdrojové kódy

added file path to dialog

Youness Bennani před 6 roky
rodič
revize
678c377271
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/docregistry/src/context.ts

+ 1 - 1
packages/docregistry/src/context.ts

@@ -695,7 +695,7 @@ export class Context<T extends DocumentRegistry.IModel>
         `${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)?`;