diff --git a/.changeset/gorgeous-goats-shop.md b/.changeset/gorgeous-goats-shop.md new file mode 100644 index 00000000..c329de60 --- /dev/null +++ b/.changeset/gorgeous-goats-shop.md @@ -0,0 +1,5 @@ +--- +'@pockethost/plugin-launcher-spawn': patch +--- + +Fix: now uses correct info() logging call diff --git a/packages/plugin-launcher-spawn/src/index.ts b/packages/plugin-launcher-spawn/src/index.ts index 91547a6f..f4dbb4e8 100644 --- a/packages/plugin-launcher-spawn/src/index.ts +++ b/packages/plugin-launcher-spawn/src/index.ts @@ -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