Skip to content

Commit a945e25

Browse files
committed
chore: cleanup
1 parent 8224577 commit a945e25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/util/applicationUnderMonitoring.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ function getMainPackageJsonPathStartingAtDirectory(startDirectory, cb) {
189189

190190
// CASE: node --require .../src/immediate.js
191191
if (!mainModule?.filename) {
192-
logger.warn('Application entrypoint could not be identified. Package.json resolution will be skipped.');
193192
const err = new Error('Application entrypoint could not be identified. Search for package.json failed.');
194193

195194
// @ts-ignore

0 commit comments

Comments
 (0)