DahliaWitt/steam-yellow

Strict mode issue

crazyredd opened this issue · 3 comments

The current index.js file doesn't enforce strict mode, this crashes the program.

Just put this at the top of the file:
"use strict";
That will allow you to use things like 'let' ect.

LWSS commented

or just delete the instances of let and it still works, that's what I did

"use strict"; works, deleting instances of let doesn't for me.

birjj commented

What version of Node are you guys using? What error are you specifically getting?