|  |  | @@ -32,7 +32,7 @@ function nodeShellExec() { | 
		
	
		
			
			|  |  |  | // D:\\chess\\instances\\elixir_01\\elxr/.elxr/run-1630002923584/download.bat https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.2/Git-2.33.0.2-64-bit.exe D:\\chess\\instances\\elixir_01\\elxr/Downloads/Git-2.33.0.2-64-bit.exe | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | var p = new Promise(function(resolve, reject){ | 
		
	
		
			
			|  |  |  | console.log(...args) | 
		
	
		
			
			|  |  |  | // console.log(...args) | 
		
	
		
			
			|  |  |  | const child = spawn(...args); | 
		
	
		
			
			|  |  |  | if(!opts.detached) { | 
		
	
		
			
			|  |  |  | var messages = []; // PB : TODO -- Explore stream for Task level  aggregation to prevent interleaved messages from multiple tasks... |