You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/lint/license-header-file-list/bin/cli
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ function main() {
125
125
header[ext]=reFromString(tmp);
126
126
}else{
127
127
process.exitCode=1;
128
-
returnconsole.error('Error: invalid option. When providing multiple headers, each header must have an associated file extension prefix.');// eslint-disable-line no-console
128
+
returnconsole.error('Error: invalid option. When providing multiple headers, each header must have an associated filename extension prefix.');// eslint-disable-line no-console
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/lint/license-header-glob/bin/cli
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ function main() {
124
124
opts.header[ext]=reFromString(tmp);
125
125
}else{
126
126
process.exitCode=1;
127
-
returnconsole.error('Error: invalid option. When providing multiple headers, each header must have an associated file extension prefix.');// eslint-disable-line no-console
127
+
returnconsole.error('Error: invalid option. When providing multiple headers, each header must have an associated filename extension prefix.');// eslint-disable-line no-console
0 commit comments