mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	
							
								
								
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								nvm.sh
									
									
									
									
									
								
							| @@ -1225,7 +1225,11 @@ nvm() { | |||||||
|       if [ "$NVM_SYMLINK_CURRENT" = true ]; then |       if [ "$NVM_SYMLINK_CURRENT" = true ]; then | ||||||
|         command rm -f "$NVM_DIR/current" && ln -s "$NVM_VERSION_DIR" "$NVM_DIR/current" |         command rm -f "$NVM_DIR/current" && ln -s "$NVM_VERSION_DIR" "$NVM_DIR/current" | ||||||
|       fi |       fi | ||||||
|  |       if nvm_is_iojs_version "$VERSION"; then | ||||||
|  |         echo "Now using io.js $(nvm_strip_iojs_prefix "$VERSION")" | ||||||
|  |       else | ||||||
|         echo "Now using node $VERSION" |         echo "Now using node $VERSION" | ||||||
|  |       fi | ||||||
|     ;; |     ;; | ||||||
|     "run" ) |     "run" ) | ||||||
|       local provided_version |       local provided_version | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user