electron / node-minidump

Node module to process minidump files
MIT License
68 stars 46 forks source link

fix: destructuring commandArgs #45

Closed bytemain closed 3 years ago

bytemain commented 3 years ago

because commandArgs is Array, so if commandArgs = ["-m", "-s"];

then the args = [ ["-m", "-s"] ], and the execute not handle it, so stackwalk will fail and exit