Skip to content

Commit 85fa4cf

Browse files
thymikeedratwas
authored andcommitted
fix: debugger-ui incorrect path (react-native-community#226)
Summary: --------- Missed this one while moving files around in react-native-community#201. Fixes react-native-community#225 Test Plan: ---------- Verified locally on a clean project.
1 parent d14905e commit 85fa4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/server/middleware/MiddlewareManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class MiddlewareManager {
4242
options: Options;
4343

4444
constructor(options: Options) {
45-
const debuggerUIFolder = path.join(__dirname, '..', 'util', 'debugger-ui');
45+
const debuggerUIFolder = path.join(__dirname, '..', 'debugger-ui');
4646

4747
this.options = options;
4848
this.app = connect()

0 commit comments

Comments
 (0)