node-chakracore icon indicating copy to clipboard operation
node-chakracore copied to clipboard

Ignore : ttdReplayDebugUri not initialized

Open YannDelorme opened this issue 7 years ago • 0 comments

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);

YannDelorme avatar Feb 18 '19 13:02 YannDelorme