UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

11 lines (9 loc) 265 B
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;