Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 14, 2022
1 parent d19fe4a commit 9b3543f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next/build/swc/index.js
Expand Up @@ -339,7 +339,8 @@ function loadNative() {
teardownTraceSubscriber: bindings.teardownTraceSubscriber,
teardownCrashReporter: bindings.teardownCrashReporter,
diagnostics: {
startDiagnostics: (options) => bindings.startDiagnostics(toBuffer(options)),
startDiagnostics: (options) =>
bindings.startDiagnostics(toBuffer(options)),
},
}
return nativeBindings
Expand Down

0 comments on commit 9b3543f

Please sign in to comment.