Sha256: a11ff69c8bfda3edc9f1418c50772d922a9c45142ef9bb92d3b68d05ea5e14de

Contents?: true

Size: 265 Bytes

Versions: 45

Compression:

Stored size: 265 Bytes

Contents

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;

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
govuk_publishing_components-16.19.0 node_modules/shelljs/src/error.js
govuk_publishing_components-16.18.0 node_modules/shelljs/src/error.js
govuk_publishing_components-16.17.0 node_modules/shelljs/src/error.js
guard-sass-lint-0.1.2 node_modules/shelljs/src/error.js
guard-sass-lint-0.1.1 node_modules/shelljs/src/error.js