SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js
https://adminjs.co
MIT License
8.06k stars 646 forks source link

Can't see console.log #1641

Closed nickgieschen closed 3 months ago

nickgieschen commented 3 months ago

For some reason I can't see anything in the console. Am I missing something obvious?

{
        resource: db.table("tracks"),
        options: {
            navigation: null,
            actions: {
                edit: {
                    before: [(request: any, context: any) => {
                        // eslint-disable-next-line no-console
                        console.info("------------------------------------------------")
                        return request
                    }],
                }
            },
}
nickgieschen commented 3 months ago

NVM my bundler was removing them