1
0
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:
Bryan Roe
2022-06-28 18:32:42 -07:00
parent c0d6780f2a
commit 8b8d2b95df

View File

@@ -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',