mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 12:33:34 +02:00
fix(#251): Re-add platform var
This commit is contained in:
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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user