Skip to content

Commit 29e509e

Browse files
committed
chore: remove unneed return to clean up PR diff
1 parent 8a23cea commit 29e509e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/content/server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function isError(error: unknown): error is NodeJS.ErrnoException {
3434
* Copy App/Pages Router Javascript needed by the server handler
3535
*/
3636
export const copyNextServerCode = async (ctx: PluginContext): Promise<void> => {
37-
return await tracer.withActiveSpan('copyNextServerCode', async () => {
37+
await tracer.withActiveSpan('copyNextServerCode', async () => {
3838
// update the dist directory inside the required-server-files.json to work with
3939
// nx monorepos and other setups where the dist directory is modified
4040
const reqServerFilesPath = join(

0 commit comments

Comments
 (0)