File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
crates/isograph_compiler/src Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ pub async fn handle_watch_command<TNetworkProtocol: NetworkProtocol<Sources = St
36
36
info ! ( "{}" , "Starting to compile." . cyan( ) ) ;
37
37
let _ = print_result ( WithDuration :: new ( || {
38
38
read_all_source_files ( & mut state. db ) ?;
39
-
40
39
compile :: < TNetworkProtocol > ( & state. db )
41
40
} ) ) ;
42
41
@@ -55,7 +54,6 @@ pub async fn handle_watch_command<TNetworkProtocol: NetworkProtocol<Sources = St
55
54
( rx, watcher) = create_debounced_file_watcher ( & config) ;
56
55
WithDuration :: new ( || {
57
56
read_all_source_files ( & mut state. db ) ?;
58
-
59
57
compile :: < TNetworkProtocol > ( & state. db )
60
58
} )
61
59
} else if changes. len ( ) < MAX_CHANGED_FILES {
@@ -71,7 +69,6 @@ pub async fn handle_watch_command<TNetworkProtocol: NetworkProtocol<Sources = St
71
69
) ;
72
70
WithDuration :: new ( || {
73
71
read_all_source_files ( & mut state. db ) ?;
74
-
75
72
compile :: < TNetworkProtocol > ( & state. db )
76
73
} )
77
74
} ;
You can’t perform that action at this time.
0 commit comments