Skip to content

Commit

Permalink
fix esbuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Apr 26, 2022
1 parent eab257b commit ee77792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-graphql/esbuild.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { build } = require('esbuild');
const [, , arg] = process.argv;

const logger = console.log;
const logger = console;

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

0 comments on commit ee77792

Please sign in to comment.