UNPKG

olivant

Version:

Echo the destruction caused by your code.

25 lines (19 loc) 456 B
"use strict"; const harden = require( "harden" ); //: @server: const Olivant = require( "./olivant.js" ); //: @end-server //: @client: const Olivant = require( "./olivant.support.js" ); //: @end-client harden( "FAILED", "failed" ); harden( "REDUNDANT", "redundant" ); harden( "REDUNDANT_CODE", 429 ); Olivant.create( "Redundant", { "name": REDUNDANT, "status": FAILED, "code": REDUNDANT_CODE, "silent": false, "depth": 6, "color": "yellow" } );