melody-code-frame
Advanced tools
Comparing version 1.2.0-commit.82e60495 to 1.2.0-commit.a5749702
{ | ||
"name": "melody-code-frame", | ||
"version": "1.2.0-commit.82e60495", | ||
"version": "1.2.0-commit.a5749702", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -36,9 +36,5 @@ /** | ||
if (colNumber) { | ||
params.line += `\n${params.before}${repeat( | ||
' ', | ||
params.width | ||
)}${params.after}${repeat(' ', colNumber)}${repeat( | ||
'^', | ||
length | ||
)}`; | ||
params.line += `\n${params.before}${repeat(' ', params.width)}${ | ||
params.after | ||
}${repeat(' ', colNumber)}${repeat('^', length)}`; | ||
} | ||
@@ -45,0 +41,0 @@ |
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
8611
211