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
In node-sass you return a value of type sass.types.Error if you want to communicate a failure that occurred during function execution back to the sass compiler. In dart-sass, there's no sass.types.Error constructor. According to @nex3, dart-sass expects an instance of the standard js Error object, but returning a standard error object to node-sass fails with error in C function eyeglass-fs-info: A SassValue object was expected.
The text was updated successfully, but these errors were encountered:
In node-sass you return a value of type
sass.types.Error
if you want to communicate a failure that occurred during function execution back to the sass compiler. In dart-sass, there's nosass.types.Error
constructor. According to @nex3, dart-sass expects an instance of the standard js Error object, but returning a standard error object to node-sass fails witherror in C function eyeglass-fs-info: A SassValue object was expected.
The text was updated successfully, but these errors were encountered: