mirror of
https://github.com/gchq/CyberChef
synced 2026-01-01 16:13:46 +00:00
Imports now specify the file extension to support Node v12
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
import util from "util";
|
||||
import Dish from "../core/Dish";
|
||||
import Dish from "../core/Dish.mjs";
|
||||
|
||||
/**
|
||||
* Subclass of Dish for use in the Node.js environment.
|
||||
|
||||
Reference in New Issue
Block a user