Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update unlink #53

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update unlink #53

wants to merge 3 commits into from

Conversation

rozek
Copy link

@rozek rozek commented May 28, 2021

Hello!

Thanks a lot for Moonshine - what a marvelous work!

However, nowadays, the distiller will not work any longer as Node.js now strictly requires a callback as the second argument of "fs.unlink" - or (what might be safer) requires using "fs.unlinkSync" instead.

This is why I (among other minor changes) simply changed the broken calls in your code - now, I am able to distill Lua scripts again.

Perhaps, they may be of some use for you.

With greetings from Germany,

Andreas Rozek

rozek added 3 commits May 28, 2021 13:26
"unlink" either requires a callback or should be written as "unlinkSync"
update to newer versions of Express.js and Socket.io
Copy link
Contributor

@paulcuth paulcuth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this contribution. ❤️

@paulcuth
Copy link
Contributor

Looks like I no longer have merge rights... @Panajev could you merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants