Skip to content

Commit c462bf2

Browse files
committed
Added log when using GenerateOneContinuously.
1 parent 5a92d56 commit c462bf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CSharpToJavaScript/CSTOJS.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ public void GenerateOneContinuously(string path)
261261
_FSWatcher.Filter = file.Name;
262262
_FSWatcher.IncludeSubdirectories = true;
263263
_FSWatcher.EnableRaisingEvents = true;
264+
265+
_Log.WriteLine($"Watching to: {path}");
264266
}
265267
else
266268
{

0 commit comments

Comments
 (0)