Skip to content

Commit ee77792

Browse files
committed
fix esbuild script
1 parent eab257b commit ee77792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-graphql/esbuild.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { build } = require('esbuild');
22
const [, , arg] = process.argv;
33

4-
const logger = console.log;
4+
const logger = console;
55

66
build({
77
entryPoints: ['src/extension.ts', 'src/server/index.ts'],

0 commit comments

Comments
 (0)