1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-07-10 01:07:27 +02:00

fix(): Re-add platform var

This commit is contained in:
Jack Scotson
2023-10-14 16:38:12 +01:00
parent 7808a6db05
commit 0f1fb72e21

@ -1,6 +1,7 @@
import trim from 'lodash/trim'; import trim from 'lodash/trim';
import path from 'path'; import path from 'path';
import slash from './slash'; import slash from './slash';
import platform from 'platform';
export const isElectron = () => { export const isElectron = () => {
if (!window) { if (!window) {