Skip to content

Commit aad2689

Browse files
committed
fix: use logger instead of console
1 parent 32e8603 commit aad2689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meteor/server/api/blueprints/cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ __run_result || blueprint`,
1919
try {
2020
entry = script.runInContext(context)
2121
} catch (e) {
22-
console.error(`Error evaluating Blueprint .runInContext "${blueprint._id}": "${stringifyError(e)}"`)
22+
logger.error(`Error evaluating Blueprint .runInContext "${blueprint._id}": "${stringifyError(e)}"`)
2323
}
2424

2525
const manifest: SomeBlueprintManifest = entry.default

0 commit comments

Comments
 (0)