Skip to content

Commit

Permalink
dotstdin
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Nov 7, 2024
1 parent 419eaf7 commit dd17c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdownlint-cli2.js
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ const main = async (params) => {
const { text } = require("node:stream/consumers");
nonFileContents = {
...nonFileContents,
"stdin": await text(process.stdin)
"./stdin": await text(process.stdin)
};
}
// Include any file overrides or non-file content
Expand Down

0 comments on commit dd17c12

Please sign in to comment.