From 678c377271cca85fa8fbfd37872ac55e11262892 Mon Sep 17 00:00:00 2001 From: Youness Bennani Date: Fri, 26 Apr 2019 16:47:37 -0700 Subject: [PATCH] added file path to dialog --- packages/docregistry/src/context.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)?`;