mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-13 12:59:07 -05:00
chore: remove debugger from packherd (#24531)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user