Skip to content

Commit

Permalink
Print vars to log
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4647 committed Sep 5, 2022
1 parent 6a1fbb3 commit 6130cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ try {
var filenames = files.replace(' ', '').split(',')
var vars = vars_string.split(',')
console.log('files l:' + filenames.length)
console.log('vars:' + vars)
for (var fi = 0; fi < filenames.length; fi++) {
var filename = filenames[fi]
var fs = require('fs')
Expand Down

0 comments on commit 6130cb9

Please sign in to comment.