Skip to content

Commit beba96b

Browse files
author
Ryan Murdock
committed
Fix devtools uninitialized options for SSL
1 parent fbc6386 commit beba96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
</div>
147147
<script>
148148
const fs = require('fs');
149-
let options;
149+
let options = {};
150150
let useHttps = false;
151151

152152
try {

0 commit comments

Comments
 (0)