fix(launcher-spawn): use correct info() logging call

This commit is contained in:
Ben Allfree 2024-06-27 14:08:38 -07:00
parent 517f602384
commit b4b0cf98d3
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
'@pockethost/plugin-launcher-spawn': patch
---
Fix: now uses correct info() logging call

View File

@ -1,5 +1,4 @@
import { Mutex } from 'async-mutex'
import { info } from 'console'
import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs'
import getPort from 'get-port'
import { gobot } from 'gobot'
@ -24,7 +23,7 @@ import {
} from 'pockethost/core'
import { gte } from 'semver'
import { PLUGIN_NAME } from './constants'
import { dbg } from './log'
import { dbg, info } from './log'
export type InstanceFields = {
subdomain: string