Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Henningsen <[email protected]>
  • Loading branch information
nirinchev and addaleax authored Nov 12, 2024
1 parent a3a2220 commit 50cd72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: npm ci

- name: Run smoke tests
run: npm run test-smoke
run: npx mongodb-runner exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI npm run test-smoke'
2 changes: 1 addition & 1 deletion packages/cli-repl/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function suppressExperimentalWarnings() {
return;
}

originalEmit(warning, ...args);
return originalEmit(warning, ...args);
};
}
}

0 comments on commit 50cd72d

Please sign in to comment.