concurix-instrument
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -57,5 +57,5 @@ "use strict"; | ||
// TBD does this work for all cases? -- add a test | ||
var wordEnd = node.argument.range[0] | ||
if (wordEnd - node.range[0] > 7 && /\S/.test(content.slice(wordEnd - 1, wordEnd))) { | ||
var lastChar = content.slice(wordEnd - 1, wordEnd) | ||
if (/\S/.test(lastChar)) { | ||
wordEnd-- | ||
@@ -62,0 +62,0 @@ } |
{ | ||
"name": "concurix-instrument", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Apply Concurix tracing instrumentation to client code.", | ||
@@ -5,0 +5,0 @@ "main": "instrument.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
28527