Skip to content

Commit

Permalink
fix(usebruno#251): Re-add platform var
Browse files Browse the repository at this point in the history
  • Loading branch information
Scotsoo committed Oct 14, 2023
1 parent 7808a6d commit 0f1fb72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bruno-app/src/utils/common/platform.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import trim from 'lodash/trim';
import path from 'path';
import slash from './slash';
import platform from 'platform';

export const isElectron = () => {
if (!window) {
Expand Down

0 comments on commit 0f1fb72

Please sign in to comment.