Skip to content

Commit cf6c1a9

Browse files
committed
Update snapshot
1 parent 582603d commit cf6c1a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

npm-package/src/__tests__/__snapshots__/injectDevToolsMiddleware.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2048,7 +2048,7 @@ function __connectToRND(rndPath, log, cb) {
20482048
20492049
var __rndebuggerIsOpening = false;
20502050
function launchDefaultDebugger(host, port, args = '', skipRNDebugger) {
2051-
var __rnd_path = 'rndebugger://set-debugger-loc?host=' + (host || 'localhost') + '&port=' + port + '&args=' + args;
2051+
var __rnd_path = 'rndebugger://set-debugger-loc?host=' + (host || 'localhost') + '&port=' + port + '&projectRoots=' + process.cwd() + '&args=' + args;
20522052
20532053
if (__rndebuggerIsOpening) return;
20542054
__rndebuggerIsOpening = true;

0 commit comments

Comments
 (0)