lucacasonato / deno-puppeteer

A port of puppeteer running on Deno

Home Page:https://deno.land/x/puppeteer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deno compile error

roseMix opened this issue · comments

I have a script, the only dependency is deno-puppeteer. When I compile using deno compile -A --unstable example.js it generates an .exe with no error. But when I run the generated example.exe I get the following error:

error: ReferenceError: joinGlobs is not defined
    at file://$deno$/bundle.js:13267:20

I found one other GitHub issue referencing such an error here: denoland/deno#9257 (comment)

Tnx for a great lib!

UPDATE: Closing this because I don't get the error anymore in the new Deno v1.9.0