Merge with phonegap
Fixed the issue with implictly turning on debug for -c instead of -L
This commit is contained in:
		| @@ -1723,10 +1723,10 @@ int main(int argc, char *argv[]) { | ||||
|         case 'L': | ||||
|             interactive = false; | ||||
|             justlaunch = true; | ||||
|             debug = 1; | ||||
|             break; | ||||
|         case 'c': | ||||
|             detect_only = true; | ||||
|             debug = 1; | ||||
|             break; | ||||
|         case 'V': | ||||
|             show_version(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 senthil
					senthil