backtrace-node
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
@@ -121,3 +121,3 @@ "use strict"; | ||
} | ||
var backtraceLibStackFrame = match[4].indexOf('node_modules/backtrace-node') !== -1; | ||
var backtraceLibStackFrame = match[2].indexOf('node_modules/backtrace-node') !== -1; | ||
if (backtraceLibStackFrame) { | ||
@@ -124,0 +124,0 @@ return; |
{ | ||
"name": "backtrace-node", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"description": "Backtrace error reporting tool", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -94,3 +94,3 @@ import * as fs from 'fs'; | ||
} | ||
const backtraceLibStackFrame = match[4].indexOf('node_modules/backtrace-node') !== -1; | ||
const backtraceLibStackFrame = match[2].indexOf('node_modules/backtrace-node') !== -1; | ||
if (backtraceLibStackFrame) { | ||
@@ -97,0 +97,0 @@ return; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package