File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/events/tests

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

legacy-compat.js296 B · 17 lines
// sigh... life is hardif (!global.console) {    console = {}} var fns = ['log', 'error', 'trace'];for (var i=0 ; i<fns.length ; ++i) {    var fn = fns[i];    if (!console[fn]) {        console[fn] = function() {};    }} if (!Array.isArray) {    Array.isArray = require('isarray');}