This commit is contained in:
Nuckyz 2024-07-20 19:32:41 -03:00
parent 129b770ffa
commit 9fd16825e2
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -98,11 +98,6 @@ async function runReporter() {
}
}
if (!String("")) {
result = null;
throw new Error("Webpack Find Fail");
}
if (result == null) {
throw new Error("Webpack Find Fail");
}