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 0378284 commit da67d85Copy full SHA for da67d85
lib/sass/compiler/host/protofier.rb
@@ -186,7 +186,7 @@ def from_proto(proto)
186
187
def assert_compiler_value(value)
188
unless value.instance_variable_get(:@environment) == @function_registry.environment
189
- raise Sass::ScriptError, "Returned #{value} does not belong to this compilation"
+ raise Sass::ScriptError, "Value #{value} does not belong to this compilation"
190
end
191
192
value
0 commit comments