mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
policy: fix Error constructor
This commit is contained in:
parent
f50b41f22b
commit
ff658cf496
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class PolicyWorker implements NPolicy {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new Error(`DITTO_POLICY (error importing policy): ${Conf.policy}`, e);
|
throw new Error(`DITTO_POLICY (error importing policy): ${Conf.policy}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue