Skip to content

Commit

Permalink
Fix devtools uninitialized options for SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Murdock committed Jul 13, 2020
1 parent fbc6386 commit beba96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</div>
<script>
const fs = require('fs');
let options;
let options = {};
let useHttps = false;

try {
Expand Down

0 comments on commit beba96b

Please sign in to comment.