Skip to content

Commit

Permalink
added file path to dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
bsyouness committed Apr 26, 2019
1 parent 10ac1a7 commit 678c377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docregistry/src/context.ts
Expand Up @@ -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)?`;
Expand Down

0 comments on commit 678c377

Please sign in to comment.