Closed endel closed 7 years ago
Reply from Monika:
I was trying to patch it locally.
patchedContents += line.replace(/node(\.exe)?\b(?: \-\-max\-old\-space\-size\=[0-9]+)?/, `node$1 --max-old-space-size=${maxOldSpaceSice}`) + "\n";
would at least preserve the .exe part correctly. I think it should do the trick at least in my case.
Reported by Monika Pienkos through email: