Skip to content

Commit

Permalink
okay THAT was a dumb mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Apr 15, 2020
1 parent 5dd330e commit a176bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function run() {
args.push(mirror);
}
if (extra) {
modules.forEach(function(string) {
extra.forEach(function(string) {
args.push(string);
});
}
Expand Down

0 comments on commit a176bda

Please sign in to comment.