From 0ce128222823e1bbfeb62c3b85582277ef112e5d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 15 Jun 2020 21:00:17 -0400 Subject: [PATCH] VS Code please stop --- commands/edit-image/undertale.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/edit-image/undertale.js b/commands/edit-image/undertale.js index f7ca18cb..593d597a 100644 --- a/commands/edit-image/undertale.js +++ b/commands/edit-image/undertale.js @@ -4,7 +4,6 @@ const path = require('path'); const { list } = require('../../util/Util'); const { wrapText } = require('../../util/Canvas'); const characters = require('../../assets/json/undertale'); -const { listeners } = require('process'); registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'DeterminationMono.ttf'), { family: 'DeterminationMono' });