Skip to content
Snippets Groups Projects
Commit 87e53d0f authored by Skander Hatira's avatar Skander Hatira
Browse files

another one - DJ K

parent 381cd20c
No related branches found
No related tags found
No related merge requests found
Pipeline #55043 passed
......@@ -7,6 +7,7 @@ const spawnChild = async (body, profile, uniqueDir, homeDir, unlock) => {
const logfile = path.join(uniqueDir, "biseps.txt");
const output = fs.openSync(logfile, "a");
const workflow = path.join(homedir, ".biseps", "biseps");
const bisepsConfigFile = path.join(homedir, ".biseps", "biseps.json");
const rawConfig = fs.readFileSync(bisepsConfigFile);
const bisepsConfig = JSON.parse(rawConfig);
const base =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment