Skip to content

Commit

Permalink
Remove newline separating NO_GC from other constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcdarunday committed Jul 29, 2024
1 parent e5b3e26 commit 3df641a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const HOST = platform + '-' + arch
const BY_ARCH = path.join('by-arch', HOST, 'bin', `pear-runtime${isWindows ? '.exe' : ''}`)
const PLATFORM_DIR = global.Pear.config.pearDir
const { pathname } = new URL(global.Pear.config.applink)

const NO_GC = global.Pear.config.args.includes('--no-tmp-gc')

class Helper extends IPC {
Expand Down

0 comments on commit 3df641a

Please sign in to comment.