Skip to content

Commit

Permalink
fix: typo in esbuild-check.js (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
RA-arnost-dudek authored Oct 14, 2022
1 parent 2e383b8 commit c2f2b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild-check.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// If the platform does not support the native variant of esbuild, this will crash.
// This script can then be spawned by the CLI to determine if native usage is supported.
require('esbuild')
.formatMessages([], { kind: 'error ' })
.formatMessages([], { kind: 'error' })
.then(
() => {},
() => {}
Expand Down

0 comments on commit c2f2b61

Please sign in to comment.