File Explorer

/var/lang/lib/node_modules/npm/node_modules/@sigstore/tuf/dist

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
5 files
error.js359 B · 15 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.TUFError = void 0;class TUFError extends Error {    code;    cause;    constructor({ code, message, cause, }) {        super(message);        this.code = code;        this.cause = cause;        this.name = this.constructor.name;    }}exports.TUFError = TUFError;