mirror of
https://github.com/actions/setup-node.git
synced 2025-07-27 00:48:24 +02:00
Consume different tool-cache
This commit is contained in:
parent
e4990368a5
commit
4d73af8dd9
54 changed files with 3141 additions and 255 deletions
10
node_modules/shelljs/src/error.js
generated
vendored
Normal file
10
node_modules/shelljs/src/error.js
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
var common = require('./common');
|
||||
|
||||
//@
|
||||
//@ ### error()
|
||||
//@ Tests if error occurred in the last command. Returns `null` if no error occurred,
|
||||
//@ otherwise returns string explaining the error
|
||||
function error() {
|
||||
return common.state.error;
|
||||
};
|
||||
module.exports = error;
|
Loading…
Add table
Add a link
Reference in a new issue