diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-25 02:08:45 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-12-25 02:08:45 +0800 |
commit | b3fd656351c8d183c434fc25542ad4fe4c449bf2 (patch) | |
tree | 087e6d7941a6510e7f76d0689e6d354c27c55505 /CI | |
parent | c3405b49823c507785d15a2c1e43aceefadcdd09 (diff) | |
download | SoopyV2-b3fd656351c8d183c434fc25542ad4fe4c449bf2.tar.gz SoopyV2-b3fd656351c8d183c434fc25542ad4fe4c449bf2.tar.bz2 SoopyV2-b3fd656351c8d183c434fc25542ad4fe4c449bf2.zip |
why is this broken
Diffstat (limited to 'CI')
-rw-r--r-- | CI/supporttest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CI/supporttest.js b/CI/supporttest.js index e88125e..b7038f0 100644 --- a/CI/supporttest.js +++ b/CI/supporttest.js @@ -11,7 +11,7 @@ dirName.pop() dirName = dirName.join("\\") - console.log("Reading directory... ") + console.log("Reading directory... " + dirName) let dirs = await walkP(dirName) |