mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-19 14:34:22 +01:00
policy: fix Error constructor
This commit is contained in:
@@ -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}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user