aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-22 10:53:11 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-22 10:53:11 +0100
commitaef5033ef19bf51dbacc0dcdfe76ec2d90173531 (patch)
tree42eaf9512651aeef8fc61c035f59cb37c663c2e7 /src/webview
parentFix disable save service button (diff)
downloadferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.tar.gz
ferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.tar.zst
ferdium-app-aef5033ef19bf51dbacc0dcdfe76ec2d90173531.zip
Add "Franz" to debug identifiers
Diffstat (limited to 'src/webview')
-rw-r--r--src/webview/plugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/plugin.js b/src/webview/plugin.js
index a148d4633..ee8cedbab 100644
--- a/src/webview/plugin.js
+++ b/src/webview/plugin.js
@@ -8,7 +8,7 @@ import RecipeWebview from './lib/RecipeWebview';
8import Spellchecker from './spellchecker'; 8import Spellchecker from './spellchecker';
9import './notifications'; 9import './notifications';
10 10
11const debug = require('debug')('Plugin'); 11const debug = require('debug')('Franz:Plugin');
12 12
13ipcRenderer.on('initializeRecipe', (e, data) => { 13ipcRenderer.on('initializeRecipe', (e, data) => {
14 const modulePath = path.join(data.recipe.path, 'webview.js'); 14 const modulePath = path.join(data.recipe.path, 'webview.js');