Skip to content

Commit b2a8b1d

Browse files
committed
chore: fix JavaScript lint errors (issue #<ISSUE_NUMBER>)
1 parent d4496fc commit b2a8b1d

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/_tools/makie/plugins/makie-view-cov/lib

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/_tools/makie/plugins/makie-view-cov/lib/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ function plugin( dir ) {
8888

8989
opts = {};
9090
opts.cwd = dir;
91-
92-
// Target:
93-
args = [ 'view-cov' ];
91+
// target
92+
args = [];
93+
args.push('view-cov');
9494

9595
proc = spawn( 'make', args, opts );
9696
proc.on( 'error', onError );

0 commit comments

Comments
 (0)