Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

NPE when calling zone.getLongStackTrace(); #47

@mhevery

Description

@mhevery

When calling zone.getLongStackTrace() from console (during debug). The method throws an NPE because exception is not specified. It would be useful to make the exception optional so that it would be easy to query the current location.

The issue is in long-stack-trace-zone.js#L50

A simple check to ignore null exception should suffice.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions