Skip to content

Commit 1eb62db

Browse files
committed
reinstate console.log override
1 parent 251d32f commit 1eb62db

File tree

1 file changed

+1
-1
lines changed
  • packages/tailwindcss-language-server/src

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ declare var __non_webpack_require__: typeof require
104104
const connection =
105105
process.argv.length <= 2 ? createConnection(process.stdin, process.stdout) : createConnection()
106106

107-
// console.log = connection.console.log.bind(connection.console)
107+
console.log = connection.console.log.bind(connection.console)
108108
console.error = connection.console.error.bind(connection.console)
109109

110110
process.on('unhandledRejection', (e: any) => {

0 commit comments

Comments
 (0)