diff --git a/fixtures/index-node.js b/fixtures/index-node.js index 5b503e1..6a11665 100644 --- a/fixtures/index-node.js +++ b/fixtures/index-node.js @@ -15,5 +15,5 @@ async function main(file) { } main(process.argv[2]).catch((error) => { - log.error(error); + console.error(error); });