mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-06-08 13:11:12 +00:00
Revert "Merge branch 'actions:main' into fix-golang-windows-example"
This reverts commit341e6d75d9
, reversing changes made to447f0fd1d3
.
This commit is contained in:
parent
360b9c916e
commit
4472a36ed8
44 changed files with 52061 additions and 47921 deletions
|
@ -17,7 +17,7 @@ const processStdoutWrite = process.stdout.write.bind(process.stdout);
|
|||
process.stdout.write = (str, encoding, cb) => {
|
||||
// Core library will directly call process.stdout.write for commands
|
||||
// We don't want :: commands to be executed by the runner during tests
|
||||
if (!String(str).match(/^::/)) {
|
||||
if (!str.match(/^::/)) {
|
||||
return processStdoutWrite(str, encoding, cb);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue