Skip to content

Commit

Permalink
Update global-setup.e2e.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
  • Loading branch information
BioPhoton and matejchalk authored Aug 19, 2024
1 parent 50242e9 commit 4a3535a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global-setup.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function setup() {
await startLocalRegistry({ localRegistryTarget: localRegistryNxTarget });
} catch (error) {
console.error(
'Error starting local verdaccio registry: \nr: ' + error.message,
'Error starting local verdaccio registry:\n' + error.message,
);
throw error;
}
Expand Down

0 comments on commit 4a3535a

Please sign in to comment.