Skip to content

Commit

Permalink
missing ref
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarkclements committed May 31, 2024
1 parent 0b6a45e commit d04ef7f
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 d04ef7f

Please sign in to comment.