File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/js-sdsl/dist/cjs/utils

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 /.

throwError.js268 B · 13 lines
"use strict"; Object.defineProperty(exports, "t", {    value: true}); exports.throwIteratorAccessError = throwIteratorAccessError; function throwIteratorAccessError() {    throw new RangeError("Iterator access denied!");}//# sourceMappingURL=throwError.js.map