Skip to content

console.trace fails spectacularly in Node runtime #44

Open
@sujayakar

Description

@sujayakar
[CONVEX ?(messages:send)] [ERROR] 'Error\n' +
  '    at handler (bundledFunctions.js:1623:13)\n' +
  '    at invokeFunction (bundledFunctions.js:1393:36)\n' +
  '    at invokeAction (bundledFunctions.js:1443:24)\n' +
  '    at func.invokeAction (bundledFunctions.js:1456:47)\n' +
  '    at executeInner (bundledFunctions.js:31581:7)\n' +
  '    at async execute (bundledFunctions.js:31524:19)\n' +
  '    at async invoke (bundledFunctions.js:31493:14)\n' +
  '    at async handler (bundledFunctions.js:31857:5)\n' +
  '    at async handleOnceStreaming (bundledFunctions.js:1206:26)'

Also looks like this is coming from

return `Error\n${frameData
where we just ignore the error message

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions