Skip to content

Commit

Permalink
Micro-optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored Dec 1, 2020
1 parent 911e5be commit 664b58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pluginRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export async function RunPlugins(
args,
pluginCounter?
) {
if (!pluginCounter) pluginCounter = 0;
if (!job) return true;
if (!pluginCounter) pluginCounter = 0;
if (
job.plugins === null ||
job.plugins === undefined ||
Expand Down

0 comments on commit 664b58d

Please sign in to comment.