mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
Remove unneeded cause
This commit is contained in:
parent
f19afaf077
commit
e81e4a0ec6
@ -105,7 +105,7 @@ export function logsToDiagnostics(logs: ConsoleLog[]): Diagnostic[] {
|
||||
|
||||
export const customLoader: Importer<'sync'> = {
|
||||
canonicalize() {
|
||||
throw new Error(PLAYGROUND_LOAD_ERROR_MESSAGE, {cause: 'Test'});
|
||||
throw new Error(PLAYGROUND_LOAD_ERROR_MESSAGE);
|
||||
},
|
||||
load: () => null,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user