Skip to content

Commit 5fa047f

Browse files
committed
Minor fix
1 parent 520ddcf commit 5fa047f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
if (typeof localStorage === "undefined" || localStorage === null) {
2-
var LocalStorage = require('node-localstorage').LocalStorage;
2+
const LocalStorage = require('node-localstorage').LocalStorage;
33
global.localStorage = new LocalStorage('./scratch');
44
}

0 commit comments

Comments
 (0)