semicolons

This commit is contained in:
Toshit Chawda 2024-07-14 16:31:36 -07:00
parent 56767f5b31
commit 4906b71e47
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
37 changed files with 789 additions and 784 deletions

View file

@ -1,7 +1,7 @@
"use strict"
"use strict";
const { resolve } = require("node:path")
const { resolve } = require("node:path");
const scramjetPath = resolve(__dirname, "..", "dist")
const scramjetPath = resolve(__dirname, "..", "dist");
exports.scramjetPath = scramjetPath
exports.scramjetPath = scramjetPath;