Skip to content

Commit

Permalink
missing ref
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarkclements committed May 29, 2024
1 parent e5f8ab8 commit 31522c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { resolve } = require('path')
const unixPathResolve = require('unix-path-resolve')
const { once } = require('events')
const path = require('path')
const { isMac, isLinux } = require('which-runtime')
const { isMac, isLinux, isWindows } = require('which-runtime')
const IPC = require('pear-ipc')
const ReadyResource = require('ready-resource')
const Worker = require('../lib/worker')
Expand Down

0 comments on commit 31522c6

Please sign in to comment.