Skip to content

Update unlink#53

Open
rozek wants to merge 3 commits intogamesys:masterfrom
rozek:update_unlink
Open

Update unlink#53
rozek wants to merge 3 commits intogamesys:masterfrom
rozek:update_unlink

Conversation

@rozek
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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.

2 participants