diff --git a/src/debug/runReporter.ts b/src/debug/runReporter.ts index e9c566780..5bb01f457 100644 --- a/src/debug/runReporter.ts +++ b/src/debug/runReporter.ts @@ -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"); }