From 828f4bce4ee1d7c53c132f0cce6032c121632015 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 12 Sep 2019 09:19:10 +0200 Subject: Use ferdi namespace on debugger --- src/webview/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webview/notifications.js') diff --git a/src/webview/notifications.js b/src/webview/notifications.js index f8fe53e1b..021f05cc3 100644 --- a/src/webview/notifications.js +++ b/src/webview/notifications.js @@ -1,7 +1,7 @@ import { ipcRenderer } from 'electron'; import uuidV1 from 'uuid/v1'; -const debug = require('debug')('Franz:Notifications'); +const debug = require('debug')('Ferdi:Notifications'); class Notification { static permission = 'granted'; -- cgit v1.2.3-54-g00ecf