Commit 17bb8d42 authored by Robbie H's avatar Robbie H Committed by Dan Abramov
Browse files

webpack-dev-server patch for 'still-ok' success status (#1377)

parent 3f6937c9
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -248,6 +248,7 @@ connection.onmessage = function(e) { ...@@ -248,6 +248,7 @@ connection.onmessage = function(e) {
case 'hash': case 'hash':
handleAvailableHash(message.data); handleAvailableHash(message.data);
break; break;
case 'still-ok':
case 'ok': case 'ok':
handleSuccess(); handleSuccess();
break; break;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment