Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tmpdir: remove empty call
  • Loading branch information
RaisinTen committed Jun 3, 2021
commit 8975f3e85ab931a980685b2c151f588ae420db07
2 changes: 0 additions & 2 deletions test/common/tmpdir.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ function logErrorInfo(err) {
console.error('See http://nfs.sourceforge.net/#faq_d2 for details.');
}

console.error();

// Additionally logging err, just in case throwing err gets overshadowed by
// an error from a test failure.
console.error(err);
Expand Down