You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
var sass = require('node-sass');
sass.render({
data: 'div { color: foo(); }',
functions: {
'foo()': function() {
var out = new sass.types.List(1);
out.setValue(0, new Object());
return new out;
}
}
}, function(error) {
console.log(error);
done();
});
Backtrace:
#4 0x0000000802dbe761 in SassTypes::Factory::unwrap (obj=...) at ../src/sass_types/factory.cpp:68
#5 0x0000000802dc0ff5 in SassTypes::List::SetValue (info=...) at ../src/sass_types/list.cpp:73
#6 0x0000000802dac93c in Nan::imp::FunctionCallbackWrapper (info=...) at ../node_modules/nan/nan_callbacks_12_inl.h:174
#7 0x00000000007f7f45 in v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&))
()
Fix on the way!
The text was updated successfully, but these errors were encountered:
To reproduce:
Backtrace:
Fix on the way!
The text was updated successfully, but these errors were encountered: