Skip to content

Commit

Permalink
Rename devToolsMiddleware back to avoid a naming conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
fson committed Apr 24, 2020
1 parent df7afba commit afb1f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-server-api/src/devToolsMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function startCustomDebugger({
});
}

export default function devToolsMiddleware(
export default function getDevToolsMiddleware(
options: LaunchDevToolsOptions,
isDebuggerConnected: () => boolean,
) {
Expand Down

0 comments on commit afb1f1b

Please sign in to comment.