nodejs / node-chakracore

Node.js on ChakraCore :sparkles::turtle::rocket::sparkles:
Other
1.92k stars 342 forks source link

Ignore : ttdReplayDebugUri not initialized #617

Open YannDelorme opened 5 years ago

YannDelorme commented 5 years ago

In ordre to fix TTD issues

replace in node_options.cc

AddOption("--replay-debug", "replay and debug using recording log", &PerProcessOptions::ttdReplayUri);

with

AddOption("--replay-debug", "replay and debug using recording log", &PerProcessOptions::ttdReplayDebugUri);