code-tracker
Advanced tools
@@ -45,3 +45,3 @@ import { DefaultTrackingStrategy } from './strategies/default'; | ||
| async trackFile(file) { | ||
| if (!this.files[file]) { | ||
| if (this.files[file]) { | ||
| // console.warn(`File "${file}" is already being tracked.`) | ||
@@ -48,0 +48,0 @@ throw new Error(`File "${file}" is already being tracked.`); |
+1
-1
| { | ||
| "name": "code-tracker", | ||
| "version": "0.2.6", | ||
| "version": "0.2.7", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "files": [ |
23191
0