Skip to content

Commit

Permalink
Shorten socket disconnect message
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed Apr 17, 2019
1 parent afb85fa commit 893b762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class DashboardPlugin {
});
this.socket.on("disconnect", () => {
// eslint-disable-next-line no-console
console.log("Socket.io disconnected. Possibly build data too large?");
console.log("Socket.io disconnected.");
});
}

Expand Down

0 comments on commit 893b762

Please sign in to comment.