This repository was archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
renderSync() doesn't exit the node process if an importer() function is provided. #794
Labels
Comments
renderSync
doesn't exit the node process if an importer
function is provided.
Are you using Windows? |
@am11 I'm on OSX 10.10.2 |
Alright. This entire feature is rewritten and will be released with the upcoming beta. If it is still an issue, I will dive deeper. |
Works for me using FreeBSD with |
@aputinski can you please confirm whether this is still an issue with [email protected]? |
@xzyfer Just tried the above code with |
Thanks @aputinski! |
jiongle1
pushed a commit
to scantist-ossops-m2/node-sass
that referenced
this issue
Apr 7, 2024
Fix bug with options not being copied correctly
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In both
2.0.1
and3.0.0-alpha.0
, callingrenderSync()
with a customimporter()
function works as expected, but causes the node process to never exit. This happens on node0.10.36
as well as0.12.0
. No errors are thrown and the correct result is returned.This works fine:
This gives the same result, but never exits the node process (even though the importer isn't being used):
The text was updated successfully, but these errors were encountered: