We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6f415 commit 681bcffCopy full SHA for 681bcff
lib/sassc/engine.rb
@@ -54,11 +54,11 @@ def render
54
@dependencies = Native.context_get_included_files(context)
55
@source_map = Native.context_get_source_map_string(context)
56
57
- Native.delete_data_context(data_context)
58
-
59
css.force_encoding(@template.encoding)
60
61
return css unless quiet?
+ ensure
+ Native.delete_data_context(data_context) if data_context
62
end
63
64
def dependencies
0 commit comments