olivant
Version:
Echo the destruction caused by your code.
26 lines (19 loc) • 429 B
JavaScript
;
var harden = require("harden");
//: @client:
var Olivant = require("./olivant.support.js");
//: @end-client
harden("ERROR", "error");
harden("ISSUE", "issue");
harden("ISSUE_CODE", 500);
Olivant.create("Issue", {
"name": ISSUE,
"status": ERROR,
"code": ISSUE_CODE,
"silent": false,
"depth": 8,
"color": "red",
"inspect": {
"depth": 5,
"length": 1000 } });
//# sourceMappingURL=issue.support.js.map