aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bun-jsc.exports.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bun-jsc.exports.js')
-rw-r--r--src/bun.js/bun-jsc.exports.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bun.js/bun-jsc.exports.js b/src/bun.js/bun-jsc.exports.js
index b35a5e7a6..2e1b1376a 100644
--- a/src/bun.js/bun-jsc.exports.js
+++ b/src/bun.js/bun-jsc.exports.js
@@ -25,7 +25,6 @@ export const setRandomSeed = jsc.setRandomSeed;
export const startRemoteDebugger = jsc.startRemoteDebugger;
export const totalCompileTime = jsc.totalCompileTime;
export const getProtectedObjects = jsc.getProtectedObjects;
-export const generateHeapSnapshotForDebugging =
- jsc.generateHeapSnapshotForDebugging;
+export const generateHeapSnapshotForDebugging = jsc.generateHeapSnapshotForDebugging;
export const profile = jsc.profile;
export default jsc;