Skip to content

Commit c8cc424

Browse files
Adding status print for in watch mode for changes detection
1 parent 525e788 commit c8cc424

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Src/runcpp2/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ int main(int argc, char* argv[])
459459
#endif
460460
}
461461

462+
ssLOG_LINE("Changes detected, running...");
463+
462464
int result = 0;
463465
runcpp2::PipelineResult pipelineResult =
464466
runcpp2::StartPipeline( script,

0 commit comments

Comments
 (0)