Konstantin Vulsonov created CB-12610:
----------------------------------------
Summary: Error in util.js
Key: CB-12610
URL: https://issues.apache.org/jira/browse/CB-12610
Project: Apache Cordova
Issue Type: Bug
Components: weinre
Environment: nodejs usage
Reporter: Konstantin Vulsonov
Assignee: Patrick Mueller
There are error in /lib/utils.js in 11 line
`utils.Program = Program = path.basename(process.argv[1]);`
must be
`utils.Program = Program = path.basename(process.argv[0]);`
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]