We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e8603 commit aad2689Copy full SHA for aad2689
meteor/server/api/blueprints/cache.ts
@@ -19,7 +19,7 @@ __run_result || blueprint`,
19
try {
20
entry = script.runInContext(context)
21
} catch (e) {
22
- console.error(`Error evaluating Blueprint .runInContext "${blueprint._id}": "${stringifyError(e)}"`)
+ logger.error(`Error evaluating Blueprint .runInContext "${blueprint._id}": "${stringifyError(e)}"`)
23
}
24
25
const manifest: SomeBlueprintManifest = entry.default
0 commit comments