Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to get GAS-Console library to not have a TypeError?

GAS-Console is a library that gives Google application scripts functionality to output to a webpage.

When I make a new project, add the GAS-Console library, and then create a stub function (a function that has no body, for the purposes of keeping the reproduction steps simple), I get this error:

TypeError: (class)@24599825 is not a function, it is undefined. (line 2174, file "Code", project "console")

Why is this happening?

Comments