"use strict"; const Aborted = require("./"); // TODO: Turn this into a meaningful example let marker = new Aborted(); console.log(marker); // Logs the new Aborted (Error) instance