Skip to content

Commit f1d0a41

Browse files
committed
chore: format
1 parent 497a957 commit f1d0a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-router-dev/restart-with-conditions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import process from "node:process";
88
export function restartWithMergedOptions(nodeOptions: string): void {
99
if (process.env.REACT_ROUTER_DEV_RESTARTED === "true") {
1010
throw new Error(
11-
"restartWithMergedOptions() was called, but the process has already been restarted. This is likely a bug in @react-router/dev."
11+
"restartWithMergedOptions() was called, but the process has already been restarted. This is likely a bug in @react-router/dev.",
1212
);
1313
}
1414
const mergedOptions = [process.env.NODE_OPTIONS, nodeOptions]

0 commit comments

Comments
 (0)