mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
refactor: replace var with const/let for scope safety
This commit is contained in:
parent
761b042312
commit
fb2f47a2a0
1 changed files with 1 additions and 1 deletions
2
console/testdata/preload.js
vendored
2
console/testdata/preload.js
vendored
|
|
@ -1 +1 @@
|
||||||
var preloaded = "some-preloaded-string";
|
let preloaded = "some-preloaded-string";
|
||||||
Loading…
Reference in a new issue