mirror of
				https://github.com/EndPwnArchive/endpwn3.2-lambda.git
				synced 2024-08-14 23:49:56 +00:00 
			
		
		
		
	fix console message
This commit is contained in:
		
							parent
							
								
									e18fd377d3
								
							
						
					
					
						commit
						d71cf3f140
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -545,14 +545,14 @@ function evaluate(str, exportsR) {
 | 
				
			||||||
        // oh no i made it even uglier
 | 
					        // oh no i made it even uglier
 | 
				
			||||||
        about: function() {
 | 
					        about: function() {
 | 
				
			||||||
            console.log(
 | 
					            console.log(
 | 
				
			||||||
                `%Lλmbda%c
 | 
					                `%cLλmbda%c
 | 
				
			||||||
${this.bootstrap.name ? this.bootstrap.name : "unknown"}${
 | 
					${this.bootstrap.name ? this.bootstrap.name : "unknown"}${
 | 
				
			||||||
                    this.bootstrap.version ? ` ${this.bootstrap.version}` : ""
 | 
					                    this.bootstrap.version ? ` ${this.bootstrap.version}` : ""
 | 
				
			||||||
                }${this.bootstrap.method ? ` (${this.bootstrap.method})` : ""}
 | 
					                }${this.bootstrap.method ? ` (${this.bootstrap.method})` : ""}
 | 
				
			||||||
EPAPI ${this.version}${window.crispr ? `, CRISPR ${window.crispr.version}` : ""}
 | 
					EPAPI ${this.version}${window.crispr ? `, CRISPR ${window.crispr.version}` : ""}
 | 
				
			||||||
https://xn--lmbda-2be.cf/
 | 
					https://xn--lmbda-2be.cf/
 | 
				
			||||||
https://discord.gg/6dKCZxn`,
 | 
					https://discord.gg/6dKCZxn`,
 | 
				
			||||||
                "background:linear-gradient(to bottom right,#0ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:48px;font-family:sans-serif",
 | 
					                "background:linear-gradient(to bottom right,#c0ff80,#c080ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:48px;font-family:sans-serif",
 | 
				
			||||||
                ""
 | 
					                ""
 | 
				
			||||||
            );
 | 
					            );
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue