Skip to content

Commit 4cdb7b0

Browse files
committed
console.error when we're logging info related to an error we're about to throw
1 parent a2387c3 commit 4cdb7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash-renderer/src/actions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ function fillVals(paths, layout, cb, specs, depType, allowAllMissing) {
476476
// Wildcard reference errors mention a list of wildcard specs logged
477477
// TODO: unwrapped list of wildcard ids?
478478
// eslint-disable-next-line no-console
479-
console.log(paths.objs);
479+
console.error(paths.objs);
480480
throw errors[0];
481481
}
482482

0 commit comments

Comments
 (0)