Skip to content

Commit

Permalink
Empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Dec 10, 2024
1 parent 4ca9d4a commit 1af6dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/runtime/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ if (!sys.existsSync('src/common/runtime/cmdline.ts')) {
console.log('Must be run from repository root');
usage(1);
}

setBaseResourcePath('out-node/resources');

Colors.enabled = false;
Expand Down Expand Up @@ -119,6 +118,7 @@ for (let i = 0; i < sys.args.length; ++i) {
}

let codeCoverage: CodeCoverageProvider | undefined = undefined;

if (globalTestConfig.compatibility || globalTestConfig.forceFallbackAdapter) {
// MAINTENANCE_TODO: remove the cast once compatibilityMode is officially added
setDefaultRequestAdapterOptions({
Expand Down

0 comments on commit 1af6dea

Please sign in to comment.