chore: remove debugger from packherd (#24531)

This commit is contained in:
Ryan Manuel
2022-11-03 16:55:25 -05:00
committed by GitHub
parent b595636d06
commit 5f472efe75

View File

@@ -205,8 +205,6 @@ export function packherdRequire (
} catch (err) {
if (diagnosticsEnabled && !moduleUri.endsWith('hook-require')) {
logError(err)
// eslint-disable-next-line no-debugger
debugger
}
throw err