From 7517a409a1a502c747eb4598492a88cec4e8d58c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 19 Sep 2021 07:26:25 +0530 Subject: fix: fix js error; styling --- recipes/wakatime/webview.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/wakatime/webview.js') diff --git a/recipes/wakatime/webview.js b/recipes/wakatime/webview.js index d18a37d..e1e18ee 100644 --- a/recipes/wakatime/webview.js +++ b/recipes/wakatime/webview.js @@ -1,3 +1,7 @@ +const _path = _interopRequireDefault(require('path')); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + module.exports = (Ferdi) => { Ferdi.injectCSS(_path.default.join(__dirname, "service.css")); }; -- cgit v1.2.3-70-g09d2