capture-stack-trace

WebJar for capture-stack-trace

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

capture-stack-trace
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

capture-stack-trace
WebJar for capture-stack-trace
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/floatdrop/capture-stack-trace

Download capture-stack-trace

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/capture-stack-trace/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>capture-stack-trace</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/capture-stack-trace/
implementation 'org.webjars.npm:capture-stack-trace:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/capture-stack-trace/
implementation ("org.webjars.npm:capture-stack-trace:1.0.1")
'org.webjars.npm:capture-stack-trace:jar:1.0.1'
<dependency org="org.webjars.npm" name="capture-stack-trace" rev="1.0.1">
  <artifact name="capture-stack-trace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='capture-stack-trace', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "capture-stack-trace" % "1.0.1"
[org.webjars.npm/capture-stack-trace "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

capture-stack-trace Build Status

Ponyfill for Error.captureStackTrace

Install

$ npm install --save capture-stack-trace

Usage

var captureStackTrace = require('capture-stack-trace');

captureStackTrace({});
// => {stack: ...}

API

captureStackTrace(error)

error

Required
Type: Object

Target Object, that will recieve stack property.

License

MIT © Vsevolod Strukchinsky

Versions

Version
1.0.1
1.0.0