nodejs-depd icon indicating copy to clipboard operation
nodejs-depd copied to clipboard

NodeJS 20.11.0 fails when building snapshot.

Open ddassie-texa opened this issue 2 years ago • 0 comments

While experiment with the snapshot-blob feature of NodeJs I encountering an error during the snapshot build caused by the library:

      var file = callSite.getFileName() || "<anonymous>";
                          ^

TypeError: Cannot read properties of undefined (reading 'getFileName')

Apply the PR #48 fixes the issue, and allows me to create the blob.

ddassie-texa avatar Jan 18 '24 08:01 ddassie-texa