Skip to content

Commit

Permalink
chore(misc): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Oct 4, 2022
1 parent f008b6c commit 7510c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/js/src/utils/swc/compile-swc.ts
Expand Up @@ -67,9 +67,9 @@ export async function compileSwc(
await printDiagnostics(errors, warnings);
}

return {
success: !hasErrors && isCompileSuccess,
outfile: normalizedOptions.mainOutputPath
return {
success: !hasErrors && isCompileSuccess,
outfile: normalizedOptions.mainOutputPath,
};
}

Expand Down

0 comments on commit 7510c53

Please sign in to comment.