Skip to content

Commit

Permalink
Update log
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazh committed Sep 22, 2021
1 parent b2381aa commit 5a8e273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HmrClient.js
Expand Up @@ -144,7 +144,7 @@ export class HmrClient {
.catch((err) => {
if (['abort', 'fail'].indexOf(module.hot.status()) >= 0) {
if (logLevel >= LogLevel.ERRORS) {
this.logger.error('Cannot check for update. You need to restart the application!');
this.logger.error('Cannot check for updates. You need to restart the application!');
this.logger.error(err.stack || err.message);
}
this.sendRestartMessage();
Expand Down

0 comments on commit 5a8e273

Please sign in to comment.