add log
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				backend / cross (mips64el) (push) Has been cancelled
				
			
		
			
				
	
				backend / cross (mipsel) (push) Has been cancelled
				
			
		
			
				
	
				backend / cross (s390x) (push) Has been cancelled
				
			
		
			
				
	
				backend / cross (win32) (push) Has been cancelled
				
			
		
			
				
	
				backend / cross (x86_64) (push) Has been cancelled
				
			
		
			
				
	
				backend / cross (aarch64) (push) Has been cancelled
				
			
		
			
				
	
				backend / cross (arm) (push) Has been cancelled
				
			
		
			
				
	
				backend / cross (armhf) (push) Has been cancelled
				
			
		
			
				
	
				backend / cross (i686) (push) Has been cancelled
				
			
		
			
				
	
				backend / cross (mips) (push) Has been cancelled
				
			
		
			
				
	
				backend / cross (mips64) (push) Has been cancelled
				
			
		
			
				
	
				docker / build (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	backend / cross (mips64el) (push) Has been cancelled
				
			backend / cross (mipsel) (push) Has been cancelled
				
			backend / cross (s390x) (push) Has been cancelled
				
			backend / cross (win32) (push) Has been cancelled
				
			backend / cross (x86_64) (push) Has been cancelled
				
			backend / cross (aarch64) (push) Has been cancelled
				
			backend / cross (arm) (push) Has been cancelled
				
			backend / cross (armhf) (push) Has been cancelled
				
			backend / cross (i686) (push) Has been cancelled
				
			backend / cross (mips) (push) Has been cancelled
				
			backend / cross (mips64) (push) Has been cancelled
				
			docker / build (push) Has been cancelled
				
			This commit is contained in:
		@@ -422,6 +422,7 @@ export class Xterm {
 | 
				
			|||||||
        const data = rawData.slice(1);
 | 
					        const data = rawData.slice(1);
 | 
				
			||||||
        switch (cmd) {
 | 
					        switch (cmd) {
 | 
				
			||||||
            case Command.OUTPUT:
 | 
					            case Command.OUTPUT:
 | 
				
			||||||
 | 
					                console.log(this.status + ': ' + textDecoder.decode(data) + this.connectStatus + ' ' + this.checkStatus + ' ' + this.titleStatus );
 | 
				
			||||||
                const options = new URLSearchParams(decodeURIComponent(window.location.search));
 | 
					                const options = new URLSearchParams(decodeURIComponent(window.location.search));
 | 
				
			||||||
                if (options.get('type') === 'docker') {
 | 
					                if (options.get('type') === 'docker') {
 | 
				
			||||||
                    if (
 | 
					                    if (
 | 
				
			||||||
@@ -464,6 +465,7 @@ export class Xterm {
 | 
				
			|||||||
                } else {
 | 
					                } else {
 | 
				
			||||||
                    this.writeFunc(data);
 | 
					                    this.writeFunc(data);
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					                console.log(this.status + ': ' + textDecoder.decode(data) + this.connectStatus + ' ' + this.checkStatus + ' ' + this.titleStatus );
 | 
				
			||||||
                break;
 | 
					                break;
 | 
				
			||||||
            case Command.SET_WINDOW_TITLE:
 | 
					            case Command.SET_WINDOW_TITLE:
 | 
				
			||||||
                console.log('SET_WINDOW_TITLESET_WINDOW_TITLE');
 | 
					                console.log('SET_WINDOW_TITLESET_WINDOW_TITLE');
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -1,5 +1,5 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "ttyd",
 | 
					  "name": "webTerminal",
 | 
				
			||||||
  "lockfileVersion": 3,
 | 
					  "lockfileVersion": 3,
 | 
				
			||||||
  "requires": true,
 | 
					  "requires": true,
 | 
				
			||||||
  "packages": {}
 | 
					  "packages": {}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										28247
									
								
								src/html.h
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										28247
									
								
								src/html.h
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user