Comparing version 4.1.0 to 4.1.1
@@ -88,3 +88,3 @@ 'use strict' | ||
const traceFile = /^stacks\.(.*)\.out$/ | ||
const isolateLog = /^isolate-(0x[0-9A-Fa-f]{2,12})-(.*)-v8\.(log|json)$/ | ||
const isolateLog = /^isolate-((0x)?[0-9A-Fa-f]{2,16})-(.*)-v8\.(log|json)$/ | ||
const stacks = ls.find((f) => isolateLog.test(f) || traceFile.test(f)) | ||
@@ -91,0 +91,0 @@ if (!stacks) { |
{ | ||
"name": "0x", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "🔥 single-command flamegraph profiling 🔥", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
83944