diff --git a/plugins/c9.ide.watcher/gui.js b/plugins/c9.ide.watcher/gui.js index bf5717fe..24c06175 100644 --- a/plugins/c9.ide.watcher/gui.js +++ b/plugins/c9.ide.watcher/gui.js @@ -187,7 +187,7 @@ define(function(require, exports, module) { } function resolve() { - console.log("[watchers] resolved change event without dialog", path); + console.log("[watchers] resolved change event without dialog", this.tab.path); doc.tab.classList.remove("conflict"); delete doc.meta.$merge; delete changedPaths[this.tab.path];