mirror of
https://github.com/usebruno/bruno.git
synced 2025-07-10 01:07:27 +02:00
fix(#251): Re-add platform var
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user