Skip to content

Commit 529dfee

Browse files
authored
Merge branch 'main' into track-unresolved-urls-in-stack-trace-frames
2 parents 632fb1d + fc0a2e7 commit 529dfee

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ This repository is a fork of [ChromeDevTools/devtools-frontend](https://github.c
1919

2020
### Build-and-run options
2121

22+
Run prebuild to set up the out dir:
23+
```
24+
npm run prebuild
25+
```
26+
2227
1. Build continuously with a file watcher:
2328
2429
```sh

front_end/entrypoints/rn_fusebox/FuseboxExperimentsObserver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const UIStrings = {
2121
/**
2222
* @description Message for the "settings changed" banner shown when a reload is required for the Network panel.
2323
*/
24-
reloadRequiredForNetworkPanelMessage: 'Network panel is now available for dogfooding. Please reload to access it.',
24+
reloadRequiredForNetworkPanelMessage: 'The Network panel is now available for dogfooding. Please reload to access it.',
2525
} as const;
2626

2727
const str_ = i18n.i18n.registerUIStrings('entrypoints/rn_fusebox/FuseboxExperimentsObserver.ts', UIStrings);

0 commit comments

Comments
 (0)