From 9019aaf7d4707742af29a390aa16fcec575de6be Mon Sep 17 00:00:00 2001 From: Minsoo Choo Date: Wed, 15 Jan 2025 00:15:23 -0500 Subject: [PATCH] fix: update username (#16405) --- docs/runtime/debugger.md | 2 +- src/bun.js/bindings/BunProcess.cpp | 2 +- src/codegen/bundle-functions.ts | 2 +- src/codegen/bundle-modules.ts | 2 +- src/install/windows-shim/bun_shim_impl.zig | 2 +- src/napi/napi.zig | 2 +- test/js/bun/shell/bunshell.test.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/runtime/debugger.md b/docs/runtime/debugger.md index d505c28eaf..e660e85aeb 100644 --- a/docs/runtime/debugger.md +++ b/docs/runtime/debugger.md @@ -192,7 +192,7 @@ This prints the following to the console: Bun transpiles every file, which sounds like it would mean that the stack traces you see in the console would unhelpfully point to the transpiled output. To address this, Bun automatically generates and serves sourcemapped files for every file it transpiles. When you see a stack trace in the console, you can click on the file path and be taken to the original source code, even though it was written in TypeScript or JSX, or has some other transformation applied. - +