Skip to content

fix #380: regression: the arg parser in the nwjs "open" event callback got broken

Jonathan Wilkes requested to merge fix-nwjs-open-evt into master

This was a consequence of implementing the "-unique" flag. It required adding a "data-dir" flag to the command line which through off the very brittle arg parser in the "open" event callback.

Merge request reports