Skip to content

Commit 17131b7

Browse files
Update packages/vite/src/index.js
Co-authored-by: Ryan Christian <33403762+rschristian@users.noreply.github.com>
1 parent e4dbe7a commit 17131b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module.exports = function prefreshPlugin(options = {}) {
9494
try {
9595
flushUpdates();
9696
} catch (e) {
97-
console.log('[PREFRESH] Failed to flush updates:', e);
97+
console.log('[PREFRESH] Failed to flush updates:', e);
9898
self.location.reload();
9999
}
100100
});

0 commit comments

Comments
 (0)