"use strict"; const Aborted = require("./"); let marker = new Aborted(); console.log(marker); // Logs the new Aborted (Error) instance