mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
debug msg
This commit is contained in:
parent
8921d56877
commit
15a55e0a65
1 changed files with 2 additions and 1 deletions
|
@ -13,9 +13,10 @@ import childProcess from "child_process";
|
|||
|
||||
|
||||
const mkdirSync = function (dirPath) {
|
||||
console.log("Ensuring Folder: " + dirPath)
|
||||
|
||||
try {
|
||||
fs.mkdirSync(dirPath);
|
||||
console.log("Folder Ensured: " + dirPath)
|
||||
} catch (err) {
|
||||
if (err.code !== "EEXIST") throw err;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue