aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/code/src/commands/cargo_watch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/commands/cargo_watch.ts b/editors/code/src/commands/cargo_watch.ts
index a662f7cc8..126a8b1b3 100644
--- a/editors/code/src/commands/cargo_watch.ts
+++ b/editors/code/src/commands/cargo_watch.ts
@@ -212,7 +212,7 @@ export class CargoWatchProvider
212 const leftEditEntries = left.edit.entries(); 212 const leftEditEntries = left.edit.entries();
213 const rightEditEntries = right.edit.entries(); 213 const rightEditEntries = right.edit.entries();
214 214
215 if (leftEditEntries.length !== leftEditEntries.length) { 215 if (leftEditEntries.length !== rightEditEntries.length) {
216 return false; 216 return false;
217 } 217 }
218 218