mirror of
https://github.com/gchq/CyberChef
synced 2025-12-12 14:23:23 +00:00
Imports now specify the file extension to support Node v12
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import OperationError from "../errors/OperationError";
|
||||
import OperationError from "../errors/OperationError.mjs";
|
||||
|
||||
/**
|
||||
* Gaussian blurs an image.
|
||||
|
||||
Reference in New Issue
Block a user