Skip to content

Commit

Permalink
Update packages/wrangler/src/dev.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Bacon Darwin <[email protected]>
  • Loading branch information
threepointone and petebacondarwin authored Jan 3, 2022
1 parent 5a5c6ee commit b702124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ function useWorker(props: {
} = props;
const [token, setToken] = useState<CfPreviewToken>();

// This is the most reliable way to reliably detect whether
// This is the most reliable way to detect whether
// something's "happened" in our system; We make a ref and
// mark it once we log our initial message. Refs are vars!
const startedRef = useRef(false);
Expand Down

0 comments on commit b702124

Please sign in to comment.