Merge branch 'master' into 'master'
Fix incorrect handling of closure See merge request !1
This commit is contained in:
		
						當前提交
						a8b5dd2b54
					
				@ -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