mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
semicolons
This commit is contained in:
parent
56767f5b31
commit
4906b71e47
37 changed files with 789 additions and 784 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue