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
Merge branch 'main' into fix/mkdirp-EROFS
  • Loading branch information
hiimjako committed Feb 28, 2025
commit fd1117dd5519e67e2e2868cc7bba143d0d797350
1 change: 1 addition & 0 deletions test/parallel/test-fs-mkdir.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const assert = require('assert');
const fs = require('fs');
const path = require('path');
const child_process = require('child_process');
const { isMainThread } = require('worker_threads');

const tmpdir = require('../common/tmpdir');
tmpdir.refresh();
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.