style: tslint enforces no debugger statements left behind (#25532)
PR Close #25532
This commit is contained in:
@ -77,6 +77,7 @@ export function assertNgModuleType(
|
||||
}
|
||||
|
||||
function throwError(msg: string): never {
|
||||
// tslint:disable-next-line
|
||||
debugger; // Left intentionally for better debugger experience.
|
||||
throw new Error(`ASSERTION ERROR: ${msg}`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user