mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix issue with flag
This commit is contained in:
parent
7e460e50e1
commit
523ce0b6ee
2 changed files with 0 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ import fs from "fs";
|
||||||
import os from "os";
|
import os from "os";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import { fileURLToPath } from "url";
|
import { fileURLToPath } from "url";
|
||||||
import { includePython } from "../config/cliArguments.js";
|
|
||||||
import { ECOSYSTEM_PY } from "../config/settings.js";
|
import { ECOSYSTEM_PY } from "../config/settings.js";
|
||||||
|
|
||||||
/** @type {string} */
|
/** @type {string} */
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ import { detectShells } from "./shellDetection.js";
|
||||||
import { knownAikidoTools, getPackageManagerList, getScriptsDir } from "./helpers.js";
|
import { knownAikidoTools, getPackageManagerList, getScriptsDir } from "./helpers.js";
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import { includePython } from "../config/cliArguments.js";
|
|
||||||
import { fileURLToPath } from "url";
|
import { fileURLToPath } from "url";
|
||||||
|
|
||||||
/** @type {string} */
|
/** @type {string} */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue