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.
console.log
1 parent 251d32f commit 1eb62dbCopy full SHA for 1eb62db
packages/tailwindcss-language-server/src/server.ts
@@ -104,7 +104,7 @@ declare var __non_webpack_require__: typeof require
104
const connection =
105
process.argv.length <= 2 ? createConnection(process.stdin, process.stdout) : createConnection()
106
107
-// console.log = connection.console.log.bind(connection.console)
+console.log = connection.console.log.bind(connection.console)
108
console.error = connection.console.error.bind(connection.console)
109
110
process.on('unhandledRejection', (e: any) => {
0 commit comments