Fix typo in hot-reloader (#54944)

Noticed this small typo from hrm -> hmr.
This commit is contained in:
Tim Neutkens 2023-09-03 15:37:17 +02:00 committed by GitHub
parent 17da2ca1fe
commit 7ab02c5e1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -797,7 +797,7 @@ async function startWatcher(opts: SetupOpts) {
for await (const data of subscription) {
processIssues(id, data)
sendHmr('hrm-event', id, {
sendHmr('hmr-event', id, {
type: HMR_ACTIONS_SENT_TO_BROWSER.TURBOPACK_MESSAGE,
data,
})