Skip to content

Commit 6f20277

Browse files
committed
so __dirname is the problem?
1 parent 7ec598a commit 6f20277

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/fixtures/debug-ids-already-injected/input/rollup4

1 file changed

+1
-1
lines changed

packages/integration-tests/fixtures/debug-ids-already-injected/input/rollup4/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ console.log({
1212
existsInputPosix: existsSync(posix.join(__dirname, "bundle.js")),
1313
existsInputDumb: existsSync(`${__dirname}/bundle.js`),
1414
outputPath: join(__dirname, "..", "..", "out", "rollup4"),
15-
allFilesInDirname: readdirSync(__dirname),
15+
allFilesInDirname: readdirSync(join(__dirname, ".")),
1616
});
1717

1818
export default defineConfig({

0 commit comments

Comments
 (0)