Skip to content

Commit

Permalink
Remove 'use strict' directive
Browse files Browse the repository at this point in the history
ES6 modules have strict mode enabled by default
  • Loading branch information
EpixScripts committed Jun 24, 2022
1 parent 09dc0cb commit 8dff2c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use strict";

import * as fs from "fs";

const robloxVersionsPath = process.env["LOCALAPPDATA"] + "\\Roblox\\Versions";
Expand Down

0 comments on commit 8dff2c1

Please sign in to comment.