fix incorrect handling of closure
This commit is contained in:
		
							parent
							
								
									e508531024
								
							
						
					
					
						commit
						508b5ab1af
					
				@ -35,10 +35,11 @@ module.exports.create = function (opts) {
 | 
			
		||||
          return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        var err = new Error("___MESSAGE___");
 | 
			
		||||
        process.send({ type: 'LE_REQUEST', domain: domain, options: results.options, certs: results.certs });
 | 
			
		||||
 | 
			
		||||
        process.on('message', function (msg) {
 | 
			
		||||
          var err = new Error("___MESSAGE___");
 | 
			
		||||
 | 
			
		||||
          log(opts.debug, 'Message from master');
 | 
			
		||||
          log(opts.debug, msg);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user