mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-04 05:06:41 +00:00
fix(launcher-spawn): use correct info() logging call
This commit is contained in:
parent
517f602384
commit
b4b0cf98d3
5
.changeset/gorgeous-goats-shop.md
Normal file
5
.changeset/gorgeous-goats-shop.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'@pockethost/plugin-launcher-spawn': patch
|
||||
---
|
||||
|
||||
Fix: now uses correct info() logging call
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user