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