Skip to content

Commit

Permalink
refactor(csv-issues-cjs): remove unused arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Aug 11, 2023
1 parent 6137049 commit fc9be37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/issues-cjs/test/samples.coffee
Expand Up @@ -19,5 +19,5 @@ describe 'Samples', ->
'node'
when '.ts'
'ts-node' # Also works with: `node --loader ts-node/esm`
exec "#{bin} #{path.resolve dir, sample}", (err, stdout, stderr) ->
exec "#{bin} #{path.resolve dir, sample}", (err) ->
callback err

0 comments on commit fc9be37

Please sign in to comment.