Skip to content

Commit

Permalink
fix:Reference Error in UI Log (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
acook authored Feb 21, 2023
1 parent 4e9d509 commit 19a6171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const { initialize, enable } = require("@electron/remote/main")
const { mapSettingsToYarleOptions } = require('./settingsMapper')
const yarle = require('../yarle')
const {OutputFormat} = require('./../output-format')
const { applyLinks } = require('./../utils/apply-links');

initialize();
// tslint:disable-next-line:no-require-imports variable-name
Expand Down

0 comments on commit 19a6171

Please sign in to comment.