From 7a1ad38c6cbd30b608e05559cc02aa9d9b771b17 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 15 Jan 2021 17:10:34 +0000 Subject: [PATCH] image: import path --- src/Subcommands/image/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Subcommands/image/index.mjs b/src/Subcommands/image/index.mjs index 3023d8c..aa65cef 100644 --- a/src/Subcommands/image/index.mjs +++ b/src/Subcommands/image/index.mjs @@ -1,6 +1,7 @@ "use strict"; import fs from 'fs'; +import path from 'path'; import l from '../../Helpers/Log.mjs'; import a from '../../Helpers/Ansi.mjs';