mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	Removing an unnecessary return $?
				
					
				
			This commit is contained in:
		| @@ -4,7 +4,6 @@ set -e | |||||||
|  |  | ||||||
| nvm_has() { | nvm_has() { | ||||||
|   type "$1" > /dev/null 2>&1 |   type "$1" > /dev/null 2>&1 | ||||||
|   return $? |  | ||||||
| } | } | ||||||
|  |  | ||||||
| if [ -z "$NVM_DIR" ]; then | if [ -z "$NVM_DIR" ]; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user