Merge with phonegap
Fixed the issue with implictly turning on debug for -c instead of -L
This commit is contained in:
parent
12334f8ddf
commit
3dcd64f7c0
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user