File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
LittleScriptBuddy.Console
LittleScriptBuddy.Domain/FilesWatcher Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3737
3838 var zeitstempel = DateTime . Now ;
3939 var targetFilename = Path . GetFileName ( file ) ;
40- Console . WriteLine ( $ " - [{ zeitstempel : yyyy-MM-dd} ] exec { command } >> { targetFilename } ") ;
40+ Console . WriteLine ( $ " - [{ zeitstempel : yyyy-MM-dd HH:mm:ss } ] exec { command } >> { targetFilename } ") ;
4141 } ) ;
4242watcher . Run ( ) ;
4343
Original file line number Diff line number Diff line change 22 "profiles" : {
33 "LittelScriptBuddy.Console" : {
44 "commandName" : " Project" ,
5- "commandLineArgs" : " --targetDirectory \" C:\\ Users \\ Kane \\ Documents \\ Github \\ LocalNetAppChat \ " --scriptsDirectory \" C:\\ Users \\ Kane \\ Desktop \\ Github \\ Scripts \" "
5+ "commandLineArgs" : " --targetDirectory \" C:\\ Projekte \\ NBackKata \ " --scriptsDirectory \" C:\\ Tools \\ TestScripts \" "
66 }
77 }
88}
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ Action<string> onFileChanged
1919 this . targetDirectory = targetDirectory ;
2020 this . fileEnding = fileEnding ;
2121 this . onFileChanged = onFileChanged ;
22-
2322 }
2423
2524 public void Run ( )
You can’t perform that action at this time.
0 commit comments