-
Notifications
You must be signed in to change notification settings - Fork 700
Closed
Description
Looks like a recent deployment broke the REPL. It always errors with this error message for me, regardless of the code. Tried clearing caches and a different browser as well.
Error: process is not defined
ReferenceError: process is not defined
at https://repl.rolldown.rs/api/proxy/@1.0.0-beta.37/dist/experimental-index.browser.mjs:529:16The error occurs here:
//#region src/cli/logger.ts
/**
* Console logger
*/
const logger = process.env.ROLLDOWN_TEST ? createTestingLogger() : createConsola({ formatOptions: { date: false } });
function createTestingLogger() {
const types = [
"silent",
"fatal",
"error",
"warn",
"log",
"info",
"success",Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels