Skip to content

Commit cb39c57

Browse files
committed
fix src no more watched
1 parent 5e45d9f commit cb39c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mission.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ impl Mission {
107107
.parent()
108108
.expect("parent of a target folder is a root folder");
109109
if add_all_src {
110-
let src_watch_iter = iter::once("str");
110+
let src_watch_iter = iter::once("src");
111111
let other_watch_iter = job.watch.iter().map(String::as_ref);
112112
for dir in src_watch_iter.chain(other_watch_iter) {
113113
let full_path = item_path.join(dir);

0 commit comments

Comments
 (0)