Skip to content

Commit

Permalink
Merge pull request #2665 from sambhavjai/feature/file-extension-based…
Browse files Browse the repository at this point in the history
…-loading
  • Loading branch information
shamasis committed Mar 30, 2021
2 parents 24d13f7 + e58e2ea commit 2766499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/run/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ var _ = require('lodash'),
return callback(new Error(ITERATION_DATA_LOAD_ERROR_MESSAGE + `\n ${err.message || err}`));
}

// Try loading as a JSON, fall-back to CSV. @todo: switch to file extension based loading.
// Try loading as a JSON, fall-back to CSV.
async.waterfall([
(cb) => {
try {
Expand Down

0 comments on commit 2766499

Please sign in to comment.