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':
|
case 'L':
|
||||||
interactive = false;
|
interactive = false;
|
||||||
justlaunch = true;
|
justlaunch = true;
|
||||||
|
debug = 1;
|
||||||
break;
|
break;
|
||||||
case 'c':
|
case 'c':
|
||||||
detect_only = true;
|
detect_only = true;
|
||||||
debug = 1;
|
|
||||||
break;
|
break;
|
||||||
case 'V':
|
case 'V':
|
||||||
show_version();
|
show_version();
|
||||||
|
Loading…
Reference in New Issue
Block a user