From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- src/electron/ipc-api/download.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/electron/ipc-api/download.ts') diff --git a/src/electron/ipc-api/download.ts b/src/electron/ipc-api/download.ts index 95f211e52..cb2aa7383 100644 --- a/src/electron/ipc-api/download.ts +++ b/src/electron/ipc-api/download.ts @@ -4,7 +4,7 @@ import mime from 'mime-types'; import { writeFileSync } from 'fs-extra'; import { PathLike } from 'fs'; -const debug = require('debug')('Ferdi:ipcApi:download'); +const debug = require('debug')('Ferdium:ipcApi:download'); function decodeBase64Image(dataString: string) { const matches = dataString.match(/^data:([+/A-Za-z-]+);base64,(.+)$/); -- cgit v1.2.3-54-g00ecf