Skip to content

Commit 30e9402

Browse files
Liviu RauDevtools-frontend LUCI CQ
authored andcommitted
Use correct realm for local rdb use
Bug: none Change-Id: I7f873f951e450321c138a908d1d41b89074d54e3 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6429834 Commit-Queue: Paul Irish <[email protected]> Reviewed-by: Paul Irish <[email protected]> Auto-Submit: Liviu Rau <[email protected]>
1 parent 3606a94 commit 30e9402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"install-deps": "scripts/deps/manage_node_deps.py",
2828
"lint": "vpython3 third_party/node/node.py --output --experimental-strip-types --no-warnings=ExperimentalWarning scripts/test/run_lint_check.mjs",
2929
"prebuild": "gn gen out/Default",
30-
"rdb": "rdb stream -new -realm chrome:public --",
30+
"rdb": "rdb stream -new -realm chromium:public --",
3131
"start": "vpython3 third_party/node/node.py --output scripts/run_start.mjs",
3232
"webtest": "vpython3 third_party/node/node.py --output scripts/npm_test.js",
3333
"watch": "vpython3 third_party/node/node.py --output scripts/watch_build.js",

0 commit comments

Comments
 (0)