Skip to content

Commit da67d85

Browse files
committed
Update error message
1 parent 0378284 commit da67d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sass/compiler/host/protofier.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def from_proto(proto)
186186

187187
def assert_compiler_value(value)
188188
unless value.instance_variable_get(:@environment) == @function_registry.environment
189-
raise Sass::ScriptError, "Returned #{value} does not belong to this compilation"
189+
raise Sass::ScriptError, "Value #{value} does not belong to this compilation"
190190
end
191191

192192
value

0 commit comments

Comments
 (0)