mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-23 19:53:47 +00:00
Updated, so core dumps are saved on crash
This commit is contained in:
@@ -16,6 +16,8 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
_MSH = function _MSH() { return ({}); };
|
||||
process.coreDumpLocation = process.platform == 'win32' ? (process.execPath.replace('.exe', '.dmp')) : (process.execPath + '.dmp');
|
||||
|
||||
try
|
||||
{
|
||||
Object.defineProperty(Array.prototype, 'getParameterEx',
|
||||
|
||||
Reference in New Issue
Block a user