Skip to content

Commit

Permalink
semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev committed Sep 27, 2024
1 parent f9ab65d commit e8387f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function getAllFiles(paths, filter) {
}

function run(transformFile, paths, options) {
let remoteScriptPath = null
let remoteScriptPath = null;
const cpus = options.cpus ? Math.min(availableCpus, options.cpus) : availableCpus;
const extensions =
options.extensions && options.extensions.split(',').map(ext => '.' + ext);
Expand Down

0 comments on commit e8387f6

Please sign in to comment.