mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
another lint change
This commit is contained in:
parent
5b856691e6
commit
90e7a9350d
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ fs.writeFileSync(path.join(dir, "src/core/config/modules/OpModules.mjs"), "expor
|
|||
fs.writeFileSync(path.join(dir, "src/core/config/OperationConfig.json"), "[]\n");
|
||||
|
||||
//Run the generateOpsIndex.mjs file
|
||||
childProcess.fork(path.join(dir, "src/core/config/scripts/generateOpsIndex.mjs"), { execArgv: ["--experimental-modules","--no-warnings","--no-deprecation"]});
|
||||
childProcess.fork(path.join(dir, "src/core/config/scripts/generateOpsIndex.mjs"), { execArgv: ["--experimental-modules", "--no-warnings", "--no-deprecation"]});
|
||||
|
||||
//Run the generateConfig.mjs file
|
||||
childProcess.fork(path.join(dir, "src/core/config/scripts/generateConfig.mjs"), { execArgv: ["--experimental-modules","--no-warnings","--no-deprecation"]});
|
||||
childProcess.fork(path.join(dir, "src/core/config/scripts/generateConfig.mjs"), { execArgv: ["--experimental-modules", "--no-warnings", "--no-deprecation"]});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue